Back to Content

Gamepad: pose property

files/en-us/web/api/gamepad/pose/index.md

latest528 B
Original Source

{{APIRef("Gamepad")}}{{SeeCompatTable}}

The pose read-only property of the {{domxref("Gamepad")}} interface returns a {{domxref("GamepadPose")}} object representing the pose information associated with a WebVR controller (e.g., its position and orientation in 3D space).

Value

A {{domxref("GamepadPose")}} object.

Examples

TBC

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also