|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Per-axis JVS analog calibration data. More...
#include <mie.h>
Data Fields | |
| uint16_t | min |
| Raw value at the minimum position. | |
| uint16_t | center |
| Raw center value (wheel only). | |
| uint16_t | max |
| Raw value at the maximum position. | |
Per-axis JVS analog calibration data.
For pedals only min and max are used. For the wheel, center must lie strictly between min and max.
| uint16_t mie_analog_axis_calib_t::center |
Raw center value (wheel only).
| uint16_t mie_analog_axis_calib_t::max |
Raw value at the maximum position.
| uint16_t mie_analog_axis_calib_t::min |
Raw value at the minimum position.