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

Get the window flags.

\param window the window to query \returns a mask of the SDL_WindowFlags associated with window

\since This function is available since SDL 2.0.0.

\sa SDL_CreateWindow \sa SDL_HideWindow \sa SDL_MaximizeWindow \sa SDL_MinimizeWindow \sa SDL_SetWindowFullscreen \sa SDL_SetWindowGrab \sa SDL_ShowWindow