Re: [w3c/gamepad] Enhance Gamepad interface description for Touch (PR #168)

@bradleyneedham commented on this pull request.



> +          </td>
+          <td>
+            <code>null</code>
+          </td>
+          <td>
+            List of generated touch events.
+          </td>
+        </tr>
+      </table>
+      <dl data-dfn-for="Gamepad">
+        <dt>
+          <dfn>hand</dfn>
+        </dt>
+        <dd>
+          An enumeration that indicates which hand the controller is being held
+          in or is most likely to be held in. `"left"`, `"right"`, or `""`.

The enumeration is better described above in the document. I changed this to refer to the above definition. I think "" can mean "both", "either", or "NA", and perhaps it only matters to the developer if it is "left" or "right".
Perhaps @nondebug  has more insight. 

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

Message ID: <w3c/gamepad/pull/168/review/1308203790@github.com>

Received on Tuesday, 21 February 2023 21:40:49 UTC