![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <joystick.h>
Data Fields | |
| uint32_t | name |
| The associated name (identifier) for this Axis. | |
| JOYSTICK_EXTENT | logical |
| The minimum and maximum logical values for this Axis. | |
| JOYSTICK_EXTENT | physical |
| The minimum and maximum physical values for this Axis. | |
| double_t | multiplier |
| The conversion multiplier for this Axis from logical to physical units. | |
| double_t | resolution |
| The unit resolution for this Axis in counts per physical unit. | |
| uint32_t name |
The associated name (identifier) for this Axis.
| JOYSTICK_EXTENT logical |
The minimum and maximum logical values for this Axis.
| JOYSTICK_EXTENT physical |
The minimum and maximum physical values for this Axis.
| double_t multiplier |
The conversion multiplier for this Axis from logical to physical units.
| double_t resolution |
The unit resolution for this Axis in counts per physical unit.