Format
MouseDrop(over_object,src_location,over_location,src_control,over_control,params)
Args
over_object
: the object under the mouse pointersrc_location
: the turf, stat panel, grid cell, etc. from where the src object was draggedover_location
: the turf, stat panel, grid cell, etc. containing the object under the mouse pointersrc_control
: The id of the skin control the object was dragged fromover_control
: The id of the skin control the object was dropped ontoparams
: other parameters including mouse/keyboard flags, icon offsets, etc.; see mouse handling
This is called when the a mouse button is released after dragging this object. The over_object may be null if dropping over a stat panel or over other empty space.
See also
- DblClick proc (atom)
- MouseDown proc (atom)
- MouseDrag proc (atom)
- MouseDrop proc (client)
- MouseEntered proc (atom)
- MouseExited proc (atom)
- MouseMove proc (atom)
- MouseUp proc (atom)
- MouseWheel proc (atom)
- mouse_drag_pointer var (atom)
- mouse_drop_pointer var (atom)
- mouse_drop_zone var (atom)
- mouse_opacity var (atom)
- mouse_over_pointer var (atom)
- show_popup_menus var (client)