-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_Axis
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Controller axis.
typedef struct {
uint16_t usage;
int16_t value;
int16_t min;
int16_t max;
} MTY_Axis;
usage
(uint16_t
)
The mapped HID usage ID.
value
(int16_t
)
Axis value.
min
(int16_t
)
Axis logical minimum.
max
(int16_t
)
Axis logical maximum.