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

TSDL_ControllerAxisEvent

Declaration

Source position: libsdl2.pas line 3034

type TSDL_ControllerAxisEvent = record

  type_: UInt32;

  

  timestamp: UInt32;

  

  which: TSDL_JoystickID;

  

  axis: UInt8;

  

  padding1: UInt8;

  

  padding2: UInt8;

  

  padding3: UInt8;

  

  value: SInt16;

  

  padding4: UInt16;

  

end;



CT Web help

CodeTyphon Studio