Skip to content

Commit

Permalink
Fixed mouse focus events after resetting video mode on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 15, 2004
1 parent f59414b commit c75f292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/wincommon/SDL_sysevents.c
Expand Up @@ -286,9 +286,9 @@ LONG CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
/* mouse has left the window */
/* or */
/* Elvis has left the building! */
in_window = FALSE;
posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS);
}
in_window = FALSE;
}
return(0);
#endif /* WM_MOUSELEAVE */
Expand Down

0 comments on commit c75f292

Please sign in to comment.