TrackingState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Tracking State defines how a device is currently being tracked. This enables developers to be able to handle non-tracked situations and react accordingly.
public enum class TrackingState
public enum TrackingState
type TrackingState =
Public Enum TrackingState
- Inheritance
-
TrackingState
Fields
Name | Value | Description |
---|---|---|
NotApplicable | 0 | The device does not support tracking (ex: a traditional game controller). |
NotTracked | 1 | The device is not tracked. |
Tracked | 2 | The device is tracked (positionally and/or rotationally). |
Remarks
Tracking is being defined as receiving sensor (positional and/or rotational) data from the device.