Get the window flags.
Defined in SDL_video.h
Uint32 SDL_GetWindowFlags(SDL_Window * window);
SDL_Window * | window | the window to query. |
(Uint32) Returns a mask of the SDL_WindowFlags associated with window
.
This function is available since SDL 2.0.0.