|
Monado OpenXR Runtime
|
Result of locating a hand tracker. More...
#include <xrt/xrt_hand_tracker.h>
Data Fields | |
| struct xrt_hand_joint_set | hand_joint_set |
| Located joints in the requested base space. | |
| enum xrt_input_name | source |
| Input source that produced active data. | |
| bool | is_active |
| Set if the hand tracker found active hand data. | |
Result of locating a hand tracker.
Joint relations are expressed in the base space supplied to xrt_hand_tracker::locate. source is the backing input that produced active data.
| struct xrt_hand_joint_set xrt_hand_tracker_location::hand_joint_set |
Located joints in the requested base space.
| bool xrt_hand_tracker_location::is_active |
Set if the hand tracker found active hand data.
| enum xrt_input_name xrt_hand_tracker_location::source |
Input source that produced active data.