Fix capturing mouse motion outside the window on sdl2-compat

This commit is contained in:
Cameron Gutman
2026-07-27 00:10:06 -05:00
parent 7794a42843
commit 7f7f2c26d0
4 changed files with 33 additions and 19 deletions
+1
View File
@@ -210,6 +210,7 @@ private:
bool m_ReverseScrollDirection;
bool m_SwapFaceButtons;
bool m_NeedsManualCaptureOnLeave;
bool m_MouseWasInVideoRegion;
bool m_PendingMouseButtonsAllUpOnVideoRegionLeave;
bool m_PointerRegionLockActive;