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