Query the display mode to use when a window is visible at fullscreen.
const SDL_DisplayMode* SDL_GetWindowFullscreenMode(SDL_Window *window);
Returns a pointer to the exclusive fullscreen mode to use or NULL for borderless fullscreen desktop mode
This function is available since SDL 3.0.0.
CategoryAPI