As you can see from the video, the behavior with UIDragDetectors in my place are kind of messed up; for instance I want the window to follow my mouse immediately; How could I achieve something like this? Any kind of help is appreciated!
DragDetectors work horribly, I’m not even sure if they’re fully released yet.
I’d just reassign the position of the window relative to the mouse whenever the mouse is down and hovering over the topbar.
Well you can make your own pretty easily tho and the reason your example works like that becouse you are moving mouse out of bounds likely and giving it an offset
Thanks for everyone’s help; I will create my own soon but as a temporary solution I have removed BoundingUI (i had set it to the top bar so that’s what would make it not work properly; now it works but it can work on the whole window. Thanks for everyone’s help!