DRAFT |
SDL_GetWindowFlags
Use this function to get the window flags.
Contents
Syntax
Uint32 SDL_GetWindowFlags(SDL_Window* window)
Function Parameters
window |
the type used to identify the window |
Return Value
The window flags. One or more [[SDL_WindowFlags]].
Code Examples
You can add your code example here
Remarks
You can add useful comments here See SDL_WindowFlags for details. (Should this be an Include?)
