Re: [w3c/gamepad] Add extended buttons to support trackpad (#191) (PR #196)

@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