Searched refs:new_w (Results 1 – 1 of 1) sorted by relevance
145 int new_w = ANativeWindow_getWidth(data->native_window); in Android_SetWindowFullscreen() local148 if (new_w < 0 || new_h < 0) { in Android_SetWindowFullscreen()152 if (old_w != new_w || old_h != new_h) { in Android_SetWindowFullscreen()153 SDL_SendWindowEvent(window, SDL_WINDOWEVENT_RESIZED, new_w, new_h); in Android_SetWindowFullscreen()
Completed in 2 milliseconds