Monado OpenXR Runtime
Loading...
Searching...
No Matches
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_tracker
 A hand tracker. More...
 

Functions

XrResult oxr_hand_tracker_create (struct oxr_logger *log, struct oxr_session *sess, const XrHandTrackerCreateInfoEXT *createInfo, struct xrt_device *override_xdev, 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