This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The hand
read-only property of the Gamepad
interface returns an enum defining what hand the controller is being held in, or is most likely to be held in.
Syntax
var myHand = gamepadInstance.hand;
Value
A GamepadHand
enum; possible values are:
left
— the left hand.right
— the right hand.- Empty string ("") — this value is returned if the other values are not applicable, e.g. the controller is held in both hands, or would be fine in either.
Examples
TBC
Specifications
Specification | Status | Comment |
---|---|---|
Unknown The definition of 'hand' in that specification. |
Unknown | Initial definition |
Browser compatibility
TBC
See also
Document Tags and Contributors
Tags:
Contributors to this page:
chrisdavidmills
Last updated by:
chrisdavidmills,