ladybird/Libraries/LibWeb/Gamepad/GamepadButton.idl

8 lines
215 B
Text
Raw Normal View History

// https://w3c.github.io/gamepad/#dom-gamepadbutton
[Exposed=Window]
interface GamepadButton {
readonly attribute boolean pressed;
readonly attribute boolean touched;
readonly attribute double value;
};