Monado OpenXR Runtime
Loading...
Searching...
No Matches

The state of a action input. More...

#include <oxr/oxr_objects.h>

Collaboration diagram for oxr_action_state:

Data Fields

union xrt_input_value value
 The actual value - must interpret using action type.
 
bool active
 Is this active (bound and providing input)?
 
bool changed
 
XrTime timestamp
 When was this last changed.
 

Detailed Description

The state of a action input.

See also
oxr_action_attachment

Field Documentation

◆ active

bool oxr_action_state::active

Is this active (bound and providing input)?

◆ timestamp

XrTime oxr_action_state::timestamp

When was this last changed.

◆ value

union xrt_input_value oxr_action_state::value

The actual value - must interpret using action type.


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