Back to Content

GamepadPose: hasOrientation property

files/en-us/web/api/gamepadpose/hasorientation/index.md

latest474 B
Original Source

{{APIRef("WebVR API")}}{{SeeCompatTable}}

The hasOrientation read-only property of the {{domxref("GamepadPose")}} interface returns a boolean value stating whether the {{domxref("Gamepad")}} can track and return orientation information.

Value

A boolean value.

Examples

TBD

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also