Skip to main content
Module

x/evt/lib/types/lib.dom.ts>GamepadPose

💧EventEmitter's typesafe replacement
Go to Latest
interface GamepadPose
import { type GamepadPose } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

This Gamepad API interface represents the pose of a WebVR controller at a given timestamp (which includes orientation, position, velocity, and acceleration information.)

Properties

readonly
angularAcceleration: Float32Array | null
readonly
angularVelocity: Float32Array | null
readonly
hasOrientation: boolean
readonly
hasPosition: boolean
readonly
linearAcceleration: Float32Array | null
readonly
linearVelocity: Float32Array | null
readonly
orientation: Float32Array | null
readonly
position: Float32Array | null