- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Jun 2024 16:16:44 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 June 2024 23:16:48 UTC
@marcoscaceres commented on this pull request. > @@ -153,6 +153,7 @@ <h2> readonly attribute GamepadMappingType mapping; readonly attribute FrozenArray<double> axes; readonly attribute FrozenArray<GamepadButton> buttons; + readonly attribute FrozenArray<GamepadTouch>? touchEvents; ```suggestion readonly attribute FrozenArray<GamepadTouch>? touches; ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/198#pullrequestreview-2117167619 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/198/review/2117167619@github.com>
Received on Thursday, 13 June 2024 23:16:48 UTC