Record TSDL_ControllerButtonEvent
Unit
Declaration
type TSDL_ControllerButtonEvent = 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_CONTROLLERBUTTONDOWN or SDL_CONTROLLERBUTTONUP | |
![]() |
which: TSDL_JoystickID; |
![]() |
button: cuint8; |
|
The joystick instance id | |
![]() |
state: cuint8; |
|
The controller button (SDL_GameControllerButton) | |
![]() |
padding1: cuint8; |
|
SDL_PRESSED or SDL_RELEASED | |
![]() |
padding2: cuint8; |
Generated by PasDoc 0.16.0.
