Monado OpenXR Runtime
oxr_input_transform_threshold_data Struct Reference

Data required for INPUT_TRANSFORM_THRESHOLD. More...

#include <oxr/oxr_input_transform.h>

Collaboration diagram for oxr_input_transform_threshold_data:

Data Fields

float threshold
 The "greater-than" threshold value. More...
 
bool invert
 If true, values greater than threshold are false instead of true. More...
 

Detailed Description

Data required for INPUT_TRANSFORM_THRESHOLD.

Field Documentation

◆ invert

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().

◆ threshold

float oxr_input_transform_threshold_data::threshold

The "greater-than" threshold value.

Referenced by oxr_input_transform::oxr_input_transform_init_threshold().


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