Meta_TrackerInput
Module: Metanodes / Definitions
A TrackerInput represents a link to a particular part of a device, and can read data from it and feed it to a Meta_TrackerPRSLink. More...
#include <meta_tracking.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_DriverName, Idx_InstanceName } Property index. |
Detailed Description
struct Meta_TrackerInput;
A TrackerInput represents a link to a particular part of a device, and can read data from it and feed it to a Meta_TrackerPRSLink.
These nodes are automatically created, either by the current Desktop Immersion mode, or by a tracker xml configuration loaded at startup (Immersive license feature required for tracker xml support).
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_DriverName | string - Name of driver providing this value, for information only. | |
Idx_InstanceName | string - Name of the instance; which part of the device is this data from. Examples may include joy-pos for a joystick axis, or eye-pos for an eye position. |
Property index.