Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow partial offscreen frame dragging (#1143)
Sometimes it's convenient to have our main window open alongside an existing game panel, like when you have this dark urge to update your CO field while scanning the auction house. Unfortunately with the size of our window and the fact that it clamps to the screen, we make this a bit tricky - depending upon the panels and other junk you've got shown, you can't actually move our window out of the way enough because it clamps at the edges of the screen. To resolve this, we now allow the user to drag the window *partially* off-screen, clamping only if the position of the window would fall within ~around 300 units of it being completely off-screen. That way you can move about 70% of the window completely out of the way if you want to look at that Draenei's transmog or whatever.
- Loading branch information