gesture_begin


Description:

public virtual signal bool gesture_begin (Actor actor)

The gesture_begin signal is emitted when the Actor to which a GestureAction has been applied starts receiving a gesture.

Parameters:

actor

the Actor attached to the action

Returns:

true if the gesture should start, and false if the gesture should be ignored.