| Interface | Description | |
|---|---|---|
| IDragSource | An object that can initiate drag actions with the drag and drop manager. | |
| IDropTarget | A display object that can accept data dropped by the drag and drop manager. |
| Class | Description | |
|---|---|---|
| DragData | Stores data associated with a drag and drop operation. | |
| DragDropManager | Handles drag and drop operations based on Starling touch events. |