|
Monado OpenXR Runtime
|
Holds per session attached actions. More...

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) |
Holds per session attached actions.