drop


Description:

public virtual signal void drop (Actor actor, float event_x, float event_y)

The drop signal is emitted when the dragged actor is dropped on actor.

This signal is only emitted if at least an handler of can_drop returns true.

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