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

TLastMouseClick

Declaration

Source position: gtkglobals.pp line 75

type TLastMouseClick = record

  Down: Boolean;

  TheTime: TDateTime;

  ClickCount: Integer;

  Component: TComponent;

  Window: PGdkWindow;

  WindowPoint: TPoint;

end;