#pragma section-numbers off #pragma disable-camelcase = SDL_GetWindowFlags = Use this function to get the window flags. <> == Syntax == {{{#!highlight cpp Uint32 SDL_GetWindowFlags(SDL_Window* window) }}} == Function Parameters == ||'''window'''||the window to query|| == Return Value == Returns a mask of the [[SDL_WindowFlags]] associated with '''window'''; see [[#Remarks|Remarks]] for details. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == The flags may be any of the following OR'd together: <> == Related Functions == .[[SDL_CreateWindow]] .[[SDL_HideWindow]] .[[SDL_MaximizeWindow]] .[[SDL_MinimizeWindow]] .[[SDL_SetWindowFullscreen]] .[[SDL_SetWindowGrab]] .[[SDL_ShowWindow]] ---- [[CategoryAPI]], [[CategoryVideo]]