Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-11 01:30:37
Size: 716
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-21 18:12:21
Size: 738
Editor: SheenaSmith
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.

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?)


CategoryAPI, CategoryVideo

None: SDL_GetWindowFlags (last edited 2011-01-06 05:46:46 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit