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