DND.DROP_COPY

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

class DND
int DROP_COPY;

Meta