Unit 'libSDL2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TSDL_JoyBallEvent

Declaration

Source position: libsdl2.pas line 3299

type TSDL_JoyBallEvent = record

  type_: UInt32;

  

  timestamp: UInt32;

  

  which: TSDL_JoystickID;

  

  ball: UInt8;

  

  padding1: UInt8;

  

  padding2: UInt8;

  

  padding3: UInt8;

  

  xrel: SInt16;

  

  yrel: SInt16;

  

end;



CT Web help

CodeTyphon Studio