- From: Sun Shin <notifications@github.com>
- Date: Thu, 28 Mar 2024 16:33:27 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 March 2024 23:33:31 UTC
@xingri commented on this pull request.
> + <p>
+ This enum defines the set of possible button types.
+ </p>
+ <pre class="idl">
+ enum GamepadButtonType {
+ "unknown",
+ "trackpad",
+ "share"
+ };
+ </pre>
+ <dl data-dfn-for="GamepadButtonType">
+ <dt>
+ <dfn>unknown</dfn>
+ </dt>
+ <dd>
+ This indicates button type is unknown or not applicable.
Agree with your feedback @mrmcpowned, updated.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/196#discussion_r1543841805
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/196/review/1967538541@github.com>
Received on Thursday, 28 March 2024 23:33:31 UTC