Monado OpenXR Runtime
Loading...
Searching...
No Matches
xrt_hand_tracker_location Struct Reference

Result of locating a hand tracker. More...

#include <xrt/xrt_hand_tracker.h>

Collaboration diagram for xrt_hand_tracker_location:

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.
 

Detailed Description

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.

Field Documentation

◆ hand_joint_set

struct xrt_hand_joint_set xrt_hand_tracker_location::hand_joint_set

Located joints in the requested base space.

◆ is_active

bool xrt_hand_tracker_location::is_active

Set if the hand tracker found active hand data.

◆ source

enum xrt_input_name xrt_hand_tracker_location::source

Input source that produced active data.


The documentation for this struct was generated from the following file: