Monado OpenXR Runtime
|
A group of actions. More...
#include <oxr/oxr_objects.h>
Data Fields | |
struct oxr_handle_base | handle |
Common structure for things referred to by OpenXR handles. More... | |
struct oxr_instance * | inst |
Onwer of this messenger. More... | |
char | name [XR_MAX_ACTION_SET_NAME_SIZE] |
Application supplied name of this action. More... | |
bool | attached |
Has this action set been attached. More... | |
uint32_t | key |
Unique key for the session hashmap. More... | |
A group of actions.
bool oxr_action_set::attached |
Has this action set been attached.
struct oxr_handle_base oxr_action_set::handle |
Common structure for things referred to by OpenXR handles.
struct oxr_instance* oxr_action_set::inst |
Onwer of this messenger.
uint32_t oxr_action_set::key |
Unique key for the session hashmap.
char oxr_action_set::name[XR_MAX_ACTION_SET_NAME_SIZE] |
Application supplied name of this action.