Monado OpenXR Runtime
Loading...
Searching...
No Matches
oxr_session_attached_actions.c File Reference

Holds per session attached actions. More...

Include dependency graph for oxr_session_attached_actions.c:

Functions

XrResult oxr_session_attached_actions_init (struct oxr_session_attached_actions *attached)
 
void oxr_session_attached_actions_fini (struct oxr_session_attached_actions *attached)
 
XrResult oxr_session_attached_actions_add_action_attachment (struct oxr_session_attached_actions *attached, struct oxr_action_attachment *act_attachment)
 
void oxr_session_attached_actions_remove_action_attachment (struct oxr_session_attached_actions *attached, struct oxr_action_attachment *act_attachment)
 
void oxr_session_attached_actions_find (struct oxr_session_attached_actions *attached, uint32_t act_key, struct oxr_action_attachment **out_act_attached)
 

Detailed Description

Holds per session attached actions.