Re: [w3c/gamepad] Fold touchEvents from extensions.html into index.html (PR #198)

@marcoscaceres commented on this pull request.



> +        input medium is no longer making contact with the touch device.
+      </p>
+      <pre class="idl" data-cite="geometry-1">
+        dictionary GamepadTouch {
+          unsigned long touchId;
+          octet surfaceId;
+          DOMPointReadOnly position;
+          DOMRectReadOnly? surfaceDimensions;
+        };
+      </pre>
+      <dl>
+        <dt>
+          <dfn>touchId</dfn> attribute
+        </dt>
+        <dd>
+          Unique id of the touch event. Range is [0, 4294967295].

```suggestion
          Unique id of the touch. Range is [0, 4294967295].
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/198#pullrequestreview-2616512058
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/gamepad/pull/198/review/2616512058@github.com>

Received on Friday, 14 February 2025 00:46:27 UTC