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

@gabrielsanbrito commented on this pull request.



> @@ -460,6 +472,26 @@ <h2>
             </li>
           </ol>
         </dd>
+        <dt>
+          <dfn>touches</dfn>
+        </dt>
+        <dd>
+          <p>
+            A list of {{GamepadTouch}} events generated from all touch
+            surfaces. If the device does not support touch events, MUST be set
+            to `null`.
+          </p>
+          <p>
+            The {{Gamepad/touches}} getter steps are:
+          </p>
+          <ol>
+            <li>If [=this=].{{Gamepad/[[touches]]}} not `null` and not empty,

nit: "is not"?

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

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

Received on Friday, 15 November 2024 00:15:18 UTC