- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Feb 2025 16:47:07 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 February 2025 00:47:11 UTC
@marcoscaceres commented on this pull request. > + octet surfaceId; + DOMPointReadOnly position; + DOMRectReadOnly? surfaceDimensions; + }; + </pre> + <dl> + <dt> + <dfn>touchId</dfn> attribute + </dt> + <dd> + Unique id of the touch event. Range is [0, 4294967295]. + <p> + The user agent is responsible for: + </p> + <ul> + <li>Incrementing the id for each subsequent touch event based on ```suggestion <li>Incrementing the id for each subsequent touch based on ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/198#pullrequestreview-2616512760 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/198/review/2616512760@github.com>
Received on Friday, 14 February 2025 00:47:11 UTC