mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-25 13:08:12 +05:00
@@ -123,7 +123,7 @@ void KeyboardMouseInput::Tick()
|
||||
}
|
||||
}
|
||||
|
||||
if (m_windowFocused && (m_mouseGrabbed || m_cursorHiddenForUI) && g_hWnd)
|
||||
if ((m_mouseGrabbed || m_cursorHiddenForUI) && g_hWnd)
|
||||
{
|
||||
RECT rc;
|
||||
GetClientRect(g_hWnd, &rc);
|
||||
|
||||
Reference in New Issue
Block a user