Wiki Page Content

Revision 2 as of 2010-01-21 18:12:21

Clear message

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

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