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

@marcoscaceres commented on this pull request.



> +            enum GamepadButtonType {
+              "trackpad",
+              "share",
+              "voice_assist",
+              "squeeze_left",
+              "squeeze_left_lower",
+              "squeeze_right",
+              "squeeze_right_lower"
+            };
+          </pre>
+          <dl data-dfn-for="GamepadButtonType">
+            <dt>
+              <dfn>trackpad</dfn>
+            </dt>
+            <dd>
+              This button is being assigned to trackpad button.

Probably just ok to say:
 
```suggestion
              A trackpad button.
```

Same for the rest. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/196#pullrequestreview-1967823797
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/gamepad/pull/196/review/1967823797@github.com>

Received on Friday, 29 March 2024 04:46:04 UTC