Source position: lmessages.pp line 662
type TLastMouseInfo = record
WinHandle: PtrUInt;
WinControl: TObject;
MousePos: TPoint;
Time: QWord;
ClickCount: Integer;
Button: Byte;
Down: Boolean;
end;