[ Version ( since = "3.14" ) ]
public signal void swipe (double velocity_x, double velocity_y)
This signal is emitted when the recognized gesture is finished, velocity and direction are a product of previously recorded events.
velocity_x |
velocity in the X axis, in pixels/sec |
velocity_y |
velocity in the Y axis, in pixels/sec |