Return whether the window has a surface associated with it.
Defined in <SDL3/SDL_video.h>
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.