SDL_GetWindowFullscreenMode - Man Page

Query the display mode to use when a window is visible at fullscreen.

Synopsis

#include <SDL3/SDL_video.h>

const SDL_DisplayMode * SDL_GetWindowFullscreenMode(SDL_Window *window);

Function Parameters

window

the window to query.

Return Value

Returns a pointer to the exclusive fullscreen mode to use or NULL for borderless fullscreen desktop mode.

Thread Safety

This function should only be called on the main thread.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_SetWindowFullscreenMode(3), SDL_SetWindowFullscreen(3)

Referenced By

SDL_DisplayMode.3type(3), SDL_SetWindowFullscreen(3), SDL_SetWindowFullscreenMode(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS