- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Feb 2025 16:24:19 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 February 2025 00:24:23 UTC
@marcoscaceres commented on this pull request.
> + point tracked by the user agent:
+ <ol>
+ <li>Set |touch|.{{GamepadTouch/touchId}} to the touchId
+ of the active touch point.
+ </li>
+ <li>Otherwise, set touchId to nextTouchId and increment
+ nextTouchId.
+ <p class="note" title=
+ "Touch ids are relative to the Gamepad">
+ If the Gamepad has multiple touch surfaces the touch
+ id will be unique across surfaces.
+ </p>
+ </li>
+ </ol>
+ </li>
+ <li>Let |position| be a [=new=] {{DOMPoint}} with `x`
```suggestion
<li>Let |position| be a [=new=] {{DOMPointReadOnly}} with {{DOMPointReadOnly/x}}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/198#pullrequestreview-2616487138
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/198/review/2616487138@github.com>
Received on Friday, 14 February 2025 00:24:23 UTC