swipe


Description:

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

Parameters:

actor

the Actor attached to the action

direction

the main direction of the swipe gesture

Returns:

true if the swipe should continue, and false if the swipe should be cancelled.