gesture_progress
Description:
public virtual signal bool gesture_progress (
Actor actor)
The gesture_progress signal is emitted for each motion event after the
gesture_begin signal has been emitted.
Parameters:
actor |
the Actor attached to the action
|
Returns:
true if the gesture should continue, and false if the gesture should be cancelled.
|