blob: 85f09c8d50074332b9610887055a74042c125bbf [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
interface GamepadButton {
readonly attribute boolean pressed;
[OriginTrialEnabled=GamepadExtensions, MeasureAs=GamepadButtonTouched] readonly attribute boolean touched;
readonly attribute double value;
};