- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 14 Nov 2024 16:29:34 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 November 2024 00:29:38 UTC
@marcoscaceres commented on this pull request.
> + </li>
+ <li>If the touch surface exposes maximum surface dimensions in
+ device units:
+ <ol>
+ <li>Set |touchEvent|.{{GamepadTouch/surfaceDimensions}}[0] to
+ the maximum X dimension on the touch surface in device units.
+ </li>
+ <li>Set |touchEvent|.{{GamepadTouch/surfaceDimensions}}[1] to
+ the maximum Y dimension on the touch surface in device units.
+ </li>
+ </ol>
+ </li>
+ <li>Repeat the following steps for each active touch point
+ reported by the |gamepad| for the current touch surface.
+ <ol>
+ <li>Let |nextTouchId:unsigned long| be the next available
You might want to increment the id on each loop.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/198#pullrequestreview-2437445204
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/198/review/2437445204@github.com>
Received on Friday, 15 November 2024 00:29:38 UTC