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

TGdkEventGrabBroken

Declaration

Source position: lazgdk3.pas line 4048

type TGdkEventGrabBroken = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  keyboard: gboolean;

  

  implicit: gboolean;

  

  grab_window: PGdkWindow;

  

end;