Return whether the window has a surface associated with it.
SDL_bool SDL_HasWindowSurface(SDL_Window *window);
window | the window to query |
Returns SDL_TRUE if there is a surface associated with the window, or SDL_FALSE otherwise.
This function is available since SDL 3.0.0.