From c207166c12fc02062efbbb20a8c48e58a66e46bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
This interface defines an individual gamepad device.
- [Exposed=Window, SecureContext] + [Exposed=Window] interface Gamepad { readonly attribute DOMString id; readonly attribute long index; @@ -895,7 +895,7 @@device.
- [Exposed=Window, SecureContext] + [Exposed=Window] interface GamepadButton { readonly attribute boolean pressed; readonly attribute boolean touched; @@ -1667,7 +1667,7 @@GamepadEvent Interface
- [Exposed=Window, SecureContext] + [Exposed=Window] interface GamepadEvent: Event { constructor(DOMString type, GamepadEventInit eventInitDict);