[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'LMessages' (#lcl)

TLastMouseInfo

Declaration

Source position: lmessages.pp line 634

type TLastMouseInfo = record

  WinHandle: THandle;

  WinControl: TObject;

  MousePos: TPoint;

  Time: QWord;

  ClickCount: Integer;

  Button: Byte;

  Down: Boolean;

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.