parent
9372887aef
commit
51eb86ad28
4 changed files with 4 additions and 148 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue