feathers.dragDrop

..
DragData

Stores data associated with a drag and drop operation.

DragDropManager

Handles drag and drop operations that originate with display objects that implement the IDragSource interface and end with display objects that implement the IDropTarget interface.

IDragSource

A display object that can initiate drag actions with the drag and drop manager. Must be a subclass of openfl.display.InteractiveObject.

IDropTarget

A display object that can accept data dropped by the drag and drop manager. Must be a subclass of openfl.display.InteractiveObject.