Skip to content

Commit

Permalink
Added code missed in the resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 5, 2013
1 parent 43825e2 commit 7afb768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/windows/SDL_windowsevents.c
Expand Up @@ -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;
Expand Down

0 comments on commit 7afb768

Please sign in to comment.