Basically I want to create functionality exactly like in this gif, the item is also dragged around without pressing the button and is dropped on click

Basically I want to create functionality exactly like in this gif, the item is also dragged around without pressing the button and is dropped on click

• create the drag OP when Just One is clicked
• if you do not want to use Drag&Drop at all, create a widget, override onMouseMove and have it follow the cursor.
• or fake it all and turn the cursor into a widget you move around
Making it follow the cursor worked for me, thank you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.