Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added code missed in the resolve
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/video/windows/SDL_windowsevents.c
|
@@ -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; |
|
|