- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 28 Mar 2024 21:45:56 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 March 2024 04:46:04 UTC
@marcoscaceres commented on this pull request.
> + enum GamepadButtonType {
+ "trackpad",
+ "share",
+ "voice_assist",
+ "squeeze_left",
+ "squeeze_left_lower",
+ "squeeze_right",
+ "squeeze_right_lower"
+ };
+ </pre>
+ <dl data-dfn-for="GamepadButtonType">
+ <dt>
+ <dfn>trackpad</dfn>
+ </dt>
+ <dd>
+ This button is being assigned to trackpad button.
Probably just ok to say:
```suggestion
A trackpad button.
```
Same for the rest.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/196#pullrequestreview-1967823797
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/196/review/1967823797@github.com>
Received on Friday, 29 March 2024 04:46:04 UTC