InputTrackingState

enumeration

Switch to Manual

Description

Represents the values being tracked for this device.

Variables

NoneRepresents no values being tracked for this device.
PositionRepresents position being tracked for this device.
RotationRepresents rotation being tracked for this device.
VelocityRepresents velocity being tracked for this device.
AngularVelocityRepresents no angular velocity being tracked for this device.
AccelerationRepresents acceleration being tracked for this device.
AngularAccelerationRepresents angular acceleration being tracked for this device.
AllRepresents all InputTrackingState values being tracked for this device.