Monado OpenXR Runtime
oxr_hand_tracking.h File Reference

Hand tracking objects and functions. More...

Include dependency graph for oxr_hand_tracking.h:

Go to the source code of this file.

Data Structures

struct  oxr_hand_tracking_data_source
 
struct  oxr_hand_tracker
 A hand tracker. More...
 

Functions

static int oxr_hand_tracking_data_source_cmp (const void *p1, const void *p2)
 
XrResult oxr_hand_tracker_create (struct oxr_logger *log, struct oxr_session *sess, const XrHandTrackerCreateInfoEXT *createInfo, struct oxr_hand_tracker **out_hand_tracker)
 
XrResult oxr_hand_tracker_joints (struct oxr_logger *log, struct oxr_hand_tracker *hand_tracker, const XrHandJointsLocateInfoEXT *locateInfo, XrHandJointLocationsEXT *locations)
 
XrResult oxr_hand_tracker_apply_force_feedback (struct oxr_logger *log, struct oxr_hand_tracker *hand_tracker, const XrForceFeedbackCurlApplyLocationsMNDX *locations)
 

Detailed Description