Monado OpenXR Runtime
|
The state of a action input. More...
#include <oxr/oxr_objects.h>
Data Fields | |
union xrt_input_value | value |
The actual value - must interpret using action type. More... | |
bool | active |
Is this active (bound and providing input)? More... | |
bool | changed |
XrTime | timestamp |
When was this last changed. More... | |
The state of a action input.
bool oxr_action_state::active |
Is this active (bound and providing input)?
XrTime oxr_action_state::timestamp |
When was this last changed.
union xrt_input_value oxr_action_state::value |
The actual value - must interpret using action type.