Pinpoint icon indicating copy to clipboard operation
Pinpoint copied to clipboard

Make menu moveable/draggable

Open kjy5 opened this issue 2 years ago • 1 comments

Menu placement can get in the way and it would be nice to be able to move it slightly at times

kjy5 avatar Aug 31 '23 18:08 kjy5

Adding dragging isn't too complex, but the edge cases (when the menu hits the screen boundaries) are annoying. I would generally lean toward not doing this and instead fencing the UI more clearly when we switch to UI toolkit.

If we want to support it for elements, I used to have a UIDraggable class in the original VBL project, not sure if I can dig that up still

dbirman avatar Sep 01 '23 03:09 dbirman