SDL_GetWindowFullscreenMode

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

extern (C) nothrow @nogc extern
SDL_GetWindowFullscreenMode

Parameters

window SDL_Window*

the window to query.

Return Value

Type: const(SDL_DisplayMode)*

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

Threadsafety: This function should only be called on the main thread.

See Also

Meta