Record TSDL_JoyButtonEvent
Unit
Declaration
type TSDL_JoyButtonEvent = record
Description
Overview
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
which: TSDL_JoystickID; |
|
button: cuint8; |
|
state: cuint8; |
|
padding1: cuint8; |
|
padding2: cuint8; |
Description
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
SDL_JOYBUTTONDOWN or SDL_JOYBUTTONUP |
which: TSDL_JoystickID; |
|
button: cuint8; |
|
The joystick instance id |
state: cuint8; |
|
The joystick button index |
padding1: cuint8; |
|
SDL_PRESSED or SDL_RELEASED |
padding2: cuint8; |
|
Generated by PasDoc 0.16.0.