Variable: GtkGestureSwipe
constGtkGestureSwipe:"GtkGestureSwipe"
Defined in: packages/react/src/generated/jsx.ts:19586
Recognizes swipe gestures.
After a press/move/.../move/release sequence happens, the Gtk.GestureSwipe.:swipe signal will be emitted, providing the velocity and directionality of the sequence at the time it was lifted.
If the velocity is desired in intermediate points, Gtk.GestureSwipe.get_velocity can be called in a Gtk.Gesture.:update handler.
All velocities are reported in pixels/sec units.