DRAFT |
SDL_GetWindowFlags
Use this function to get the window flags.
Contents
Syntax
Uint32 SDL_GetWindowFlags(SDL_WindowID windowID)
Function Parameters
windowID |
the type used to identify the window |
Return Value
The window flags. -OR- 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.
