- From: Sun Shin <notifications@github.com>
- Date: Fri, 29 Mar 2024 00:53:59 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/gamepad/pull/196/review/1968042136@github.com>
@xingri commented on this pull request. > + 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" + interface to encompass this new button type enumeration. + </p> + <table class="tg"> + <thead> + <tr> + <th scope="col">Buttons</th> + <th scope="col">Gamepad Models</th> + </tr> + </thead> + <tbody> + <tr> + <td>trackpad/touchpad</td> + <td>Sony DualSense, DualShock 4</td> @marcoscaceres Thanks for the feedback. I have updated the rest of the comments. I agree with you that it will keep changing and it would be great to have the link inside of the gamepad working group wiki. If this is not a hard requirement, I would like to follow up creating the wiki page on the different button mappings of the game controllers mentioned in this table as a separate PR. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/196#discussion_r1544197618 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/196/review/1968042136@github.com>
Received on Friday, 29 March 2024 07:54:03 UTC