- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Feb 2025 16:27:45 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 February 2025 00:27:49 UTC
@marcoscaceres commented on this pull request. > + <dt> + <dfn>position</dfn> + </dt> + <dd> + A {{DOMPoint}} which holds the x, y coordinates of the touch event. + The z and w value are currently unused. The range of each coordinate + is normalized to [-1.0, 1.0]. Along the x-axis, -1.0 references the + leftmost coordinate and 1.0 references the rightmost coordinate. + Along the y-axis, -1.0 references the topmost coordinate and 1.0 + references the bottommost coordinate. + </dd> + <dt> + <dfn>surfaceDimensions</dfn> + </dt> + <dd> + A {{DOMRect}} initialized with the width and height of the touch ```suggestion A {{DOMRectReadOnly}} initialized with the width and height of the touch ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/198#pullrequestreview-2616490471 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/198/review/2616490471@github.com>
Received on Friday, 14 February 2025 00:27:49 UTC