[ CCode ( type_id = "gtk_gesture_swipe_get_type ()" ) ]
public class GestureSwipe : GestureSingle
Recognizes swipe gestures.
After a press/move/.../move/release sequence happens, the [signal@Gtk.GestureSwipe:GtkGestureSwipe: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, [method@Gtk.GestureSwipe.get_velocity] can be called in a [signal@Gtk.Gesture:
GtkGestureSwipe:update] handler.
All velocities are reported in pixels/sec units.