Monado OpenXR Runtime
Data Fields
oxr_source_state Struct Reference

The state of a action input source. More...

#include <oxr/oxr_objects.h>

Data Fields

union {
   struct {
      float   x
 
   }   vec1
 
   struct {
      float   x
 
      float   y
 
   }   vec2
 
   bool   boolean
 
}; 
 
bool active
 
bool changed
 
XrTime timestamp
 When was this last changed. More...
 

Detailed Description

The state of a action input source.

See also
oxr_source

Field Documentation

◆ @99

union { ... }

◆ active

bool oxr_source_state::active

◆ boolean

bool oxr_source_state::boolean

◆ changed

bool oxr_source_state::changed

◆ timestamp

XrTime oxr_source_state::timestamp

When was this last changed.

◆ vec1

struct { ... } oxr_source_state::vec1

◆ vec2

struct { ... } oxr_source_state::vec2

◆ x

float oxr_source_state::x

◆ y

float oxr_source_state::y

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