Pinpoint
Pinpoint copied to clipboard
Make menu moveable/draggable
Menu placement can get in the way and it would be nice to be able to move it slightly at times
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