- From: Bradley Needham <notifications@github.com>
- Date: Thu, 09 Jan 2025 14:22:30 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 January 2025 22:22:34 UTC
@bradleyneedham 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, This line is removed. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/198#discussion_r1909514660 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/198/review/2541046196@github.com>
Received on Thursday, 9 January 2025 22:22:34 UTC