Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

TSDL_MouseButtonEvent

Declaration

Source position: sdl.pas line 1715

type TSDL_MouseButtonEvent = record

  type_: UInt8;

  which: UInt8;

  button: UInt8;

  state: UInt8;

  x: UInt16;

  y: UInt16;

end;


Documentation generated on: 2023-03-18