DND.DROP_MOVE

Drag and Drop Operation: a copy of the data is added to the drop target and the original data is removed from the drag source (value is 1 << 1).

class DND
int DROP_MOVE;

Meta