WebIDLpedia

GamepadButton interface

Definition

Gamepad defines GamepadButton



[Exposed=Window]
interface GamepadButton {
  readonly attribute boolean pressed;
  readonly attribute boolean touched;
  readonly attribute double value;
};

Methods and attributes that return objects implementing GamepadButton

Referring IDL interfaces/dictionaries