[ Version ( since = "1.14" ) ]
public virtual signal bool swipe (Actor actor, SwipeDirection direction)
The swipe signal is emitted when a swipe gesture is recognized on the attached actor.
| actor |
the Actor attached to the |
| direction |
the main direction of the swipe gesture |
|
true if the swipe should continue, and false if the swipe should be cancelled. |