Monado OpenXR Runtime
|
The set of inputs/outputs for a single sub-action path for an action. More...
#include <oxr/oxr_objects.h>
Data Fields | |
struct oxr_action_state | current |
size_t | input_count |
struct oxr_action_input * | inputs |
int64_t | stop_output_time |
size_t | output_count |
struct oxr_action_output * | outputs |
The set of inputs/outputs for a single sub-action path for an action.
Each oxr_action_attachment has one of these for every known sub-action path in the spec. Many, or even most, will be "empty".
A single action will either be input or output, not both.