Skip to main content

SDL_GetWindowFlags

Function SDL_GetWindowFlags 

Source
pub unsafe extern "C" fn SDL_GetWindowFlags(
    window: *mut SDL_Window,
) -> SDL_WindowFlags
Expand description

Get the window flags.

Parameter: window the window to query. Returns: a mask of the SDL_WindowFlags associated with window.

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

Available Since: This function is available since SDL 3.2.0.

See Also: SDL_CreateWindow See Also: SDL_HideWindow See Also: SDL_MaximizeWindow See Also: SDL_MinimizeWindow See Also: SDL_SetWindowFullscreen See Also: SDL_SetWindowMouseGrab See Also: SDL_SetWindowFillDocument See Also: SDL_ShowWindow