Record TSDL_JoyAxisEvent
Unit
Declaration
type TSDL_JoyAxisEvent = 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_JOYAXISMOTION |
which: TSDL_JoystickID; |
|
axis: cuint8; |
|
The joystick instance id |
padding1: cuint8; |
|
The joystick axis index |
padding2: cuint8; |
|
padding3: cuint8; |
|
value: cint16; |
|
padding4: cuint16; |
|
The axis value (range: -32768 to 32767) |
Generated by PasDoc 0.16.0.