- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 29 Apr 2024 23:15:15 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 April 2024 06:15:19 UTC
@marcoscaceres commented on this pull request. > + This enum defines the set of possible button types. + </p> + <pre class="idl"> + enum GamepadButtonType { + "standard", + "non-canonical", + "trackpad", + // ... More enum types to be defined by the separate W3C wiki page. + }; + </pre> + <dl data-dfn-for="GamepadButtonType"> + <dt> + <dfn>standard</dfn> + </dt> + <dd> + Represent a button has a button type defined in the standard mapping. ```suggestion Represent a button has a button type defined in the [=standard gamepad mapping=]. ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/196#pullrequestreview-2030288586 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/196/review/2030288586@github.com>
Received on Tuesday, 30 April 2024 06:15:19 UTC