Record TSDL_JoyBallEvent
Unit
Declaration
type TSDL_JoyBallEvent = record
Description
Overview
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
which: TSDL_JoystickID; |
|
ball: cuint8; |
|
padding1: cuint8; |
|
padding2: cuint8; |
|
padding3: cuint8; |
|
xrel: cint16; |
|
yrel: cint16; |
Description
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
SDL_JOYBALLMOTION |
which: TSDL_JoystickID; |
|
ball: cuint8; |
|
The joystick instance id |
padding1: cuint8; |
|
The joystick trackball index |
padding2: cuint8; |
|
padding3: cuint8; |
|
xrel: cint16; |
|
yrel: cint16; |
|
The relative motion in the X direction |
Generated by PasDoc 0.16.0.