ladybird/Libraries/LibWeb/Gamepad/GamepadButton.idl
2025-09-01 21:10:47 +02:00

7 lines
215 B
Text

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