diff --git a/index.html b/index.html index b488a7f..5aa74f4 100644 --- a/index.html +++ b/index.html @@ -1182,9 +1182,7 @@
+ This dictionary defines a single surface on a gamepad device that + supports input. The event consists of a touch id that uniquely + identifies the touch point from the time the input medium (e.g. finger, + stylus, etc) makes contact with the touch device, up to the time the + input medium is no longer making contact with the touch device. +
++ [Exposed=Window, SecureContext] + dictionary GamepadSurface { + octet surfaceId; + FrozenArray<GamepadTouch>? touches; + Uint32Array surfaceDimensions; + }; ++