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

TSDL_MouseMotionEvent

Declaration

Source position: sdl.pas line 1705

type TSDL_MouseMotionEvent = record

  type_: UInt8;

  which: UInt8;

  state: UInt8;

  x: UInt16;

  y: UInt16;

  xrel: SInt16;

  yrel: SInt16;

end;


Documentation generated on: 2023-03-18