- From: chris van wiemeersch <notifications@github.com>
- Date: Mon, 12 Sep 2016 21:04:22 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
Received on Tuesday, 13 September 2016 04:05:25 UTC
> + This enum defines the set of possible hands a gamepad may be held by.
> + </p>
> +
> + <pre class="idl">
> + enum GamepadHand {
> + "",
> + "left",
> + "right"
> + };
> + </pre>
> +
> + <dl data-dfn-for="GamepadHand">
> + <dt></dt>
> + <dd>
> + The empty string indicates the hand holding the gamepad is unknown or
> + not applicable (for example, if the gamepad is held with two hands.)
period should go outside instead of inside the parentheses
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/32/files/6a7bdfaf492c994ce9c77771c52672387ced6b46#r78493736
Received on Tuesday, 13 September 2016 04:05:25 UTC