- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 09 Jan 2025 16:32:43 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 January 2025 00:32:47 UTC
@marcoscaceres commented on this pull request.
> @@ -460,6 +472,23 @@ <h2>
</li>
</ol>
</dd>
+ <dt>
+ <dfn>touches</dfn>
+ </dt>
+ <dd>
+ <p>
+ A [=list=] of {{GamepadTouch}} objects generated from all touch
+ surfaces. If the device does not support touches, then an empty
+ [=list=].
+ </p>
+ <p>
+ The {{Gamepad/touches}} getter steps are:
+ </p>
+ <ol>
+ <li>Return whatever is in the internal slot.
```suggestion
<li>Return the value of the {{Gamepad/[[touches]]} internal slot.
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/198#pullrequestreview-2541235677
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/198/review/2541235677@github.com>
Received on Friday, 10 January 2025 00:32:47 UTC