drop
Description:
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 |
event_x |
the X coordinate (in stage space) of the drop event |
event_y |
the Y coordinate (in stage space) of the drop event |