- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 28 Mar 2024 21:47:51 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/gamepad/pull/196/review/1967824956@github.com>
@marcoscaceres commented on this pull request. > + <section> + <h3> + Extended Mapping + </h3> + <p> + This section introduces an extended gamepad button mapping beyond the Standard Gamepad layout. + These additional buttons are commonly found on certain gamepad models. + The following table defines the extended buttons used by some gamepad models in the following diagrams. + It’s important to note that this list is not exhaustive, and user agents may utilize different + or additional buttons for these or other gamepad models. + Consequently, the number of buttons on the Gamepad is not limited to the standard mapping of 17 buttons. + </p> + <p> + To accommodate extended gamepads, we have incorporated an "extended" mapping enumeration + into the GamepadMappingType. Additionally, we have defined an enumeration for the various + button types in the table, termed "GamepadButtonType", and have expanded the "GamepadButton" ```suggestion button types in the table, termed {{GamepadButtonType}}, and have expanded the {{GamepadButton}} ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/196#pullrequestreview-1967824956 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/196/review/1967824956@github.com>
Received on Friday, 29 March 2024 04:47:55 UTC