- From: Bradley Needham <notifications@github.com>
- Date: Tue, 21 Feb 2023 13:40:36 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 February 2023 21:40:49 UTC
@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