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

Data Fields | |
| uint8_t | stick_center_x |
| The X value when the stick is at rest. | |
| uint8_t | stick_center_y |
| The Y value when the stick is at rest. | |
| uint8_t | range |
| The distance from center where 1.0 is defined. | |
| struct xrt_vec2 | forward_vector |
| The normalized calibrated forward vector, in uncalibrated space. | |
| float | deadzone |
| Deadzone from 0-1. | |
Represents the calibration of the joystick.
| float contactglove_stick_calibration::deadzone |
Deadzone from 0-1.
| struct xrt_vec2 contactglove_stick_calibration::forward_vector |
The normalized calibrated forward vector, in uncalibrated space.
| uint8_t contactglove_stick_calibration::range |
The distance from center where 1.0 is defined.
| uint8_t contactglove_stick_calibration::stick_center_x |
The X value when the stick is at rest.
| uint8_t contactglove_stick_calibration::stick_center_y |
The Y value when the stick is at rest.