Record TSDL_ControllerAxisEvent
Unit
Declaration
type TSDL_ControllerAxisEvent = record
Description
Overview
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
which: TSDL_JoystickID; |
|
axis: cuint8; |
|
padding1: cuint8; |
|
padding2: cuint8; |
|
padding3: cuint8; |
|
value: cint16; |
|
padding4: cuint16; |
Description
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
SDL_CONTROLLERAXISMOTION |
which: TSDL_JoystickID; |
|
axis: cuint8; |
|
The joystick instance id |
padding1: cuint8; |
|
The controller axis (SDL_GameControllerAxis) |
padding2: cuint8; |
|
padding3: cuint8; |
|
value: cint16; |
|
padding4: cuint16; |
|
The axis value (range: -32768 to 32767) |
Generated by PasDoc 0.16.0.