SDL_GetWindowFlags

Get the window flags.

extern (C) nothrow @nogc extern
SDL_GetWindowFlags

Parameters

window SDL_Window*

the window to query.

Return Value

a mask of the SDL_WindowFlags associated with window.

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

See Also

Meta