zng_ext_input::drag_drop

Static DRAG_START_EVENT

source
pub static DRAG_START_EVENT: Event<DragStartArgs>
Expand description

Drag&drop started dragging a draggable widget.

If propagation is stopped the drag operation is cancelled. Handlers can use DRAG_DROP.drag to set the data, otherwise the widget ID will be dragged.