Monado OpenXR Runtime
Data Fields
oxr_action_set Struct Reference

A group of actions. More...

#include <oxr/oxr_objects.h>

Collaboration diagram for oxr_action_set:
Collaboration graph
[legend]

Data Fields

struct oxr_handle_base handle
 Common structure for things referred to by OpenXR handles. More...
 
struct oxr_instanceinst
 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...
 

Detailed Description

A group of actions.

OpenXR Object:
XrActionSet

Field Documentation

◆ attached

bool oxr_action_set::attached

Has this action set been attached.

Referenced by oxr_session_attach_action_sets().

◆ handle

struct oxr_handle_base oxr_action_set::handle

Common structure for things referred to by OpenXR handles.

Referenced by oxr_xrDestroyActionSet().

◆ inst

struct oxr_instance* oxr_action_set::inst

◆ key

uint32_t oxr_action_set::key

Unique key for the session hashmap.

◆ name

char oxr_action_set::name[XR_MAX_ACTION_SET_NAME_SIZE]

Application supplied name of this action.


The documentation for this struct was generated from the following file: