Monado OpenXR Runtime
|
Data required for INPUT_TRANSFORM_THRESHOLD. More...
#include <oxr/oxr_input_transform.h>
Data Fields | |
float | threshold |
The "greater-than" threshold value. More... | |
bool | invert |
If true, values greater than threshold are false instead of true. More... | |
Data required for INPUT_TRANSFORM_THRESHOLD.
bool oxr_input_transform_threshold_data::invert |
If true, values greater than threshold
are false instead of true.
Referenced by oxr_input_transform::oxr_input_transform_init_threshold().
float oxr_input_transform_threshold_data::threshold |
The "greater-than" threshold value.
Referenced by oxr_input_transform::oxr_input_transform_init_threshold().