drop_cancel


Description:

[ Version ( since = "1.12" ) ]
public signal void drop_cancel (Actor actor, float event_x, float event_y)

The drop_cancel signal is emitted when the drop is refused by an emission of the can_drop signal.

After the drop_cancel signal is fired the active drag is terminated.

Parameters:

actor

the Actor attached to the action

event_x

the X coordinate (in stage space) of the drop event

event_y

the Y coordinate (in stage space) of the drop event