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

@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