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

@marcoscaceres commented on this pull request.



> +          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].
+          <p>
+            The user agent is responsible for:
+          </p>
+          <ul>
+            <li>Incrementing the id for each subsequent touch event based on

```suggestion
            <li>Incrementing the id for each subsequent touch based on
```

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

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

Received on Friday, 14 February 2025 00:47:11 UTC