GestureSwipe
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_gesture_swipe_get_type ()" ) ]
public sealed class GestureSwipe : GestureSingle
public sealed class GestureSwipe : GestureSingle
GestureSwipe is a Gesture implementation able to recognize swipes, after a press/move/.../move/release sequence happens, the 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, get_velocity can be called on eg. a update handler.
All velocities are reported in pixels/sec units.
Namespace: Gtk
Package: gtk+-3.0
Content:
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Gtk.GestureSingle
All known members inherited from class Gtk.Gesture
All known members inherited from class Gtk.EventController
All known members inherited from class GLib.Object