|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Driver primitive struct. More...
#include <peripheral.h>
Public Attributes | ||
| JOYSTICK_DRIVER_PRIMITIVE_TYPE | type | |
| union { | ||
| struct JOYSTICK_DRIVER_BUTTON button | ||
| struct JOYSTICK_DRIVER_HAT hat | ||
| struct JOYSTICK_DRIVER_SEMIAXIS semiaxis | ||
| struct JOYSTICK_DRIVER_MOTOR motor | ||
| struct JOYSTICK_DRIVER_KEY key | ||
| struct JOYSTICK_DRIVER_MOUSE_BUTTON mouse | ||
| struct JOYSTICK_DRIVER_RELPOINTER relpointer | ||
| }; | ||
Driver primitive struct.
| union { ... } JOYSTICK_DRIVER_PRIMITIVE |
| struct JOYSTICK_DRIVER_BUTTON JOYSTICK_DRIVER_PRIMITIVE::button |
| struct JOYSTICK_DRIVER_HAT JOYSTICK_DRIVER_PRIMITIVE::hat |
| struct JOYSTICK_DRIVER_KEY JOYSTICK_DRIVER_PRIMITIVE::key |
| struct JOYSTICK_DRIVER_MOTOR JOYSTICK_DRIVER_PRIMITIVE::motor |
| struct JOYSTICK_DRIVER_MOUSE_BUTTON JOYSTICK_DRIVER_PRIMITIVE::mouse |
| struct JOYSTICK_DRIVER_RELPOINTER JOYSTICK_DRIVER_PRIMITIVE::relpointer |
| struct JOYSTICK_DRIVER_SEMIAXIS JOYSTICK_DRIVER_PRIMITIVE::semiaxis |
| JOYSTICK_DRIVER_PRIMITIVE_TYPE JOYSTICK_DRIVER_PRIMITIVE::type |