[ Version ( since = "0.0.12" ) ]
public virtual signal void begin_swipe (int direction)
This signal is emitted when a possible swipe is detected.
This is used by SwipeGroup, applications should not connect to it. The direction
value can be used to restrict the swipe to a certain direction.
direction |
The direction of the swipe, can be 1 or -1 |