Method
PhocGestureSwipeget_velocity
Declaration [src]
gboolean
phoc_gesture_swipe_get_velocity (
PhocGestureSwipe* self,
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.