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

TSDL_ControllerButtonEvent

Declaration

Source position: libsdl2.pas line 3046

type TSDL_ControllerButtonEvent = record

  type_: UInt32;

  

  timestamp: UInt32;

  

  which: TSDL_JoystickID;

  

  button: UInt8;

  

  state: UInt8;

  

  padding1: UInt8;

  

  padding2: UInt8;

  

end;



CT Web help

CodeTyphon Studio