Method
GtkGestureSwipeget_velocity
since: 3.14
Declaration [src]
gboolean
gtk_gesture_swipe_get_velocity (
GtkGestureSwipe* gesture,
gdouble* velocity_x,
gdouble* velocity_y
)
Description [src]
If the gesture is recognized, this function returns TRUE and fill in
velocity_x and velocity_y with the recorded velocity, as per the
last event(s) processed.
Available since: 3.14