author | Sam Lantinga |
Thu, 05 Dec 2013 09:29:04 -0800 | |
changeset 8050 | be19dbc5ff4e |
parent 8049 | eac8f31e9bbd |
child 8051 | a6981e0b9fe2 |
1.1 --- a/src/video/windows/SDL_windowsevents.c Thu Dec 05 09:14:56 2013 -0800 1.2 +++ b/src/video/windows/SDL_windowsevents.c Thu Dec 05 09:29:04 2013 -0800 1.3 @@ -418,6 +418,8 @@ 1.4 if (SDL_GetKeyboardFocus() == data->window) { 1.5 SDL_SetKeyboardFocus(NULL); 1.6 } 1.7 + 1.8 + ClipCursor(NULL); 1.9 } 1.10 } 1.11 returnCode = 0;