You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the window is dragged from the "fake title bar" (basically just an area on top of the render area that cars like a mouse-drag zone) fairly quickly it can lose attachment since the mouse cursor at one point will leave the zone that is used to calculate moving the window.
Not really sure how to improve this without using the "normal" Windows-included title bar, if I can't fix the current system I have to enable the title bar but hopefully it can be customized enough to not completely break the look-and-feel of the window.
The text was updated successfully, but these errors were encountered:
One fix that already improved the situation was querying the monitor refresh rate and setting it as the app FPS so window movement looks now way more smooth on e.g. 120Hz than before. Small steps.
When the window is dragged from the "fake title bar" (basically just an area on top of the render area that cars like a mouse-drag zone) fairly quickly it can lose attachment since the mouse cursor at one point will leave the zone that is used to calculate moving the window.
Not really sure how to improve this without using the "normal" Windows-included title bar, if I can't fix the current system I have to enable the title bar but hopefully it can be customized enough to not completely break the look-and-feel of the window.
The text was updated successfully, but these errors were encountered: