KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
mie_analog_axis_calib_t Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ center

uint16_t mie_analog_axis_calib_t::center

Raw center value (wheel only).

◆ max

uint16_t mie_analog_axis_calib_t::max

Raw value at the maximum position.

◆ min

uint16_t mie_analog_axis_calib_t::min

Raw value at the minimum position.


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