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.
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.