don't unlock on WM_MOUSELEAVE

This commit is contained in:
FunkyFr3sh 2021-06-17 09:42:04 +02:00
parent f74d2fa1ba
commit 88727d2c21
2 changed files with 2 additions and 1 deletions

View file

@ -477,7 +477,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
}
case WM_MOUSELEAVE:
{
mouse_unlock();
//mouse_unlock();
return 0;
}
case WM_ACTIVATE: