|
⇤ ← Revision 1 as of 2010-01-11 01:30:37
Size: 716
Comment: create page, add content
|
Size: 738
Comment: Update WindowID > Window*
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| Uint32 SDL_GetWindowFlags(SDL_WindowID windowID) | Uint32 SDL_GetWindowFlags(SDL_Window* window) |
| Line 16: | Line 16: |
| ||'''windowID'''||the type used to identify the window|| | ||'''window'''||the type used to identify the window|| |
| Line 19: | Line 19: |
| The window flags. -OR- One or more [[SDL_WindowFlags]]. | The window flags. ^One or more [[SDL_WindowFlags]].^ |
| Line 28: | Line 28: |
| See [[SDL_WindowFlags]] for details. | See [[SDL_WindowFlags]] for details. ^(Should this be an Include?)^ |
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?)
