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

TSDL_MouseButtonEvent

Declaration

Source position: libsdl2.pas line 2955

type TSDL_MouseButtonEvent = record

  type_: UInt32;

  

  timestamp: UInt32;

  

  windowID: UInt32;

  

  which: UInt32;

  

  button: UInt8;

  

  state: UInt8;

  

  clicks: UInt8;

  

  padding1: UInt8;

  

  x: SInt32;

  

  y: SInt32;

  

end;



CT Web help

CodeTyphon Studio