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

TGdkEventCrossing

Declaration

Source position: lazgdk3.pas line 3860

type TGdkEventCrossing = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  subwindow: PGdkWindow;

  

  time: guint32;

  

  x: gdouble;

  

  y: gdouble;

  

  x_root: gdouble;

  

  y_root: gdouble;

  

  mode: TGdkCrossingMode;

  

  detail: TGdkNotifyType;

  

  focus: gboolean;

  

  state: TGdkModifierType;

  

end;