Fixed window never being shown on iOS

This commit is contained in:
Sam Lantinga
2023-01-12 12:44:53 -08:00
parent 1e8443f54e
commit 6dc50a78fc
2 changed files with 0 additions and 5 deletions

View File

@@ -58,8 +58,6 @@ int Android_CreateWindow(_THIS, SDL_Window *window)
window->w = Android_SurfaceWidth;
window->h = Android_SurfaceHeight;
window->flags &= ~SDL_WINDOW_HIDDEN;
/* One window, it always has focus */
SDL_SetMouseFocus(window);
SDL_SetKeyboardFocus(window);