- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Feb 2025 16:41:13 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 February 2025 00:41:17 UTC
@marcoscaceres commented on this pull request. > + fingerprinting. + </li> + </ul>{{GamepadTouch/touchId}} SHOULD be set to a default value of 0 + when a new {{Gamepad}} object is created. + </dd> + <dt> + <dfn>surfaceId</dfn> + </dt> + <dd> + Unique id of the surface that generated the touch event. + </dd> + <dt> + <dfn>position</dfn> + </dt> + <dd> + A {{DOMPointReadOnly}} which holds the {{DOMPointReadOnly/x}}, {{DOMPointReadOnly/y}} coordinates of the touch event. ```suggestion A {{DOMPointReadOnly}} which holds the {{DOMPointReadOnly/x}}, {{DOMPointReadOnly/y}} coordinates of the surface touch-points. ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/198#pullrequestreview-2616503161 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/198/review/2616503161@github.com>
Received on Friday, 14 February 2025 00:41:17 UTC