mirror of https://github.com/encounter/SDL.git
Added code missed in the resolve
This commit is contained in:
parent
43825e275a
commit
7afb76824e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue