|
Monado OpenXR Runtime
|
C++ base implementation of xrt_hand_tracker. More...
Go to the source code of this file.
Data Structures | |
| class | HandTracker |
Enumerations | |
| enum class | HandTrackerMode { System , DeviceLocked , Callback } |
| How the base hand tracker selects backing hand-tracking devices. More... | |
C++ base implementation of xrt_hand_tracker.
|
strong |
How the base hand tracker selects backing hand-tracking devices.
System mode follows the static hand-tracking roles on xrt_system_devices. Device-locked mode ignores those roles and only considers the xrt_hand_tracker_create_info::locked_xdev supplied at creation. Callback mode asks a caller-provided callback for the ordered devices to use.