- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Feb 2025 16:46:46 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 February 2025 00:46:50 UTC
@marcoscaceres commented on this pull request. > + </p> + <ul> + <li>Incrementing the id for each subsequent touch event based on + information provided by the device API. + </li> + <li>Maintaining the uniqueness of the id per origin to prevent + 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. ```suggestion Unique id of the surface that generated the touch. ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/198#pullrequestreview-2616512426 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/198/review/2616512426@github.com>
Received on Friday, 14 February 2025 00:46:50 UTC