Wiki Page Content

Revision 1 as of 2010-01-11 01:30:37

Clear message

DRAFT

SDL_GetWindowFlags

Use this function to get the window flags.

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.


CategoryAPI, CategoryVideo

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