mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-15 14:26:01 +00:00
Added code missed in the resolve
This commit is contained in:
@@ -418,6 +418,8 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
if (SDL_GetKeyboardFocus() == data->window) {
|
||||
SDL_SetKeyboardFocus(NULL);
|
||||
}
|
||||
|
||||
ClipCursor(NULL);
|
||||
}
|
||||
}
|
||||
returnCode = 0;
|
||||
|
Reference in New Issue
Block a user