Class GestureDrag

All Implemented Interfaces:
PointerInterface
Direct Known Subclasses:
GesturePan

public class GestureDrag extends GestureSingle
`GtkGestureDrag` is a `GtkGesture` implementation for drags.

The drag operation itself can be tracked throughout the
[signal@Gtk.GestureDrag::drag-begin],
[signal@Gtk.GestureDrag::drag-update] and
[signal@Gtk.GestureDrag::drag-end] signals, and the relevant
coordinates can be extracted through
[method@Gtk.GestureDrag.get_offset] and
[method@Gtk.GestureDrag.get_start_point].

https://docs.gtk.org/gtk4/class.GestureDrag.html