21 #include "../../SDL_internal.h"
23 #if SDL_VIDEO_DRIVER_ANDROID
26 #include "../SDL_sysvideo.h"
27 #include "../../events/SDL_keyboard_c.h"
28 #include "../../events/SDL_mouse_c.h"
29 #include "../../events/SDL_windowevents_c.h"
30 #include "../../core/android/SDL_android.h"
86 return SDL_SetError(
"Could not create GLES window surface");
126 int old_w = window->
w;
127 int old_h = window->
h;
132 if (old_w != new_w || old_h != new_h) {
142 if (window == Android_Window) {