Return whether the window has a surface associated with it.
Defined in SDL_video.h
SDL_bool SDL_HasWindowSurface(SDL_Window *window);
(SDL_bool) Returns SDL_TRUE if there is a surface associated with the window, or SDL_FALSE otherwise.
This function is available since SDL 2.28.0.