|
Monado OpenXR Runtime
|
Represents the calibration of the trigger. More...
#include <contactglove/contactglove_calibration.h>

Data Fields | |
| uint8_t | min |
| The minimum value of the trigger, 0.0. | |
| uint8_t | max |
| The maximum value of the trigger, 1.0. | |
Represents the calibration of the trigger.
| uint8_t contactglove_trigger_calibration::max |
The maximum value of the trigger, 1.0.
Referenced by contactglove_apply_trigger_calibration().
| uint8_t contactglove_trigger_calibration::min |
The minimum value of the trigger, 0.0.
Referenced by contactglove_apply_trigger_calibration().