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
1 Like
• 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.
1 Like