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

@nondebug commented on this pull request.



> +        };
+      </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
+            information provided by the device API.
+            </li>
+            <li>Maintaining the uniqueness of the id per origin to prevent

(or just remove this section completely as we discussed)

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

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

Received on Friday, 14 February 2025 01:05:04 UTC