SDL_GetWindowFlags - Man Page

Get the window flags.

Header File

Defined in SDL3/SDL_video.h

Synopsis

#include "SDL3/SDL.h"

SDL_WindowFlags SDL_GetWindowFlags(SDL_Window *window);

Function Parameters

window

the window to query.

Return Value

( SDL_WindowFlags ) Returns a mask of the

SDL_WindowFlags
associated with window .

Thread Safety

This function should only be called on the main thread.

Availability

This function is available since SDL 3.2.0.

See Also

·(3), SDL_CreateWindow(3), ·(3), SDL_HideWindow(3), ·(3), SDL_MaximizeWindow(3), ·(3), SDL_MinimizeWindow(3), ·(3), SDL_SetWindowFullscreen(3), ·(3), SDL_SetWindowMouseGrab(3), ·(3), SDL_ShowWindow(3)

Referenced By

SDL_SetWindowAlwaysOnTop(3), SDL_SetWindowBordered(3), SDL_SetWindowResizable(3), SDL_WindowFlags.3type(3).

SDL 3.2.8 Simple Directmedia Layer SDL3 FUNCTIONS