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

TGdkEventTouchpadSwipe

Declaration

Source position: lazgdk3.pas line 4064

type TGdkEventTouchpadSwipe = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  phase: gint8;

  

  n_fingers: gint8;

  

  time: guint32;

  

  x: gdouble;

  

  y: gdouble;

  

  dx: gdouble;

  

  dy: gdouble;

  

  x_root: gdouble;

  

  y_root: gdouble;

  

  state: TGdkModifierType;

  

end;