createDrag

called when drag-n-drop is initiated, creates drag representation

void createDrag(Event event,string pointer);
eventEventevent object
pointerstringdefines what pointer started dnd
Details

Pointer has two states: "mouse" and "touch".

Back to top