Monado OpenXR Runtime
oxr_input_transform_bool_to_vec1_data Struct Reference

Data required for INPUT_TRANSFORM_BOOL_TO_VEC1. More...

#include <oxr/oxr_input_transform.h>

Collaboration diagram for oxr_input_transform_bool_to_vec1_data:

Data Fields

float true_val
 Value produced if bool is true. More...
 
float false_val
 Value produced if bool is false. More...
 

Detailed Description

Data required for INPUT_TRANSFORM_BOOL_TO_VEC1.

See also
oxr_input_transform
INPUT_TRANSFORM_BOOL_TO_VEC1

Field Documentation

◆ false_val

float oxr_input_transform_bool_to_vec1_data::false_val

Value produced if bool is false.

Referenced by oxr_input_transform::oxr_input_transform_init_bool_to_vec1().

◆ true_val

float oxr_input_transform_bool_to_vec1_data::true_val

Value produced if bool is true.

Referenced by oxr_input_transform::oxr_input_transform_init_bool_to_vec1().


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