Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-08-29 23:17:21
Size: 636
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Revision 3 as of 2010-08-29 23:17:45
Size: 632
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
The window associated with the '''id''' or NULL if it doesn't exist. The window associated with '''id''' or NULL if it doesn't exist.

SDL_GetWindowFromID

Use this function to get a window from a stored ID.

Syntax

SDL_Window* SDL_GetWindowFromID(Uint32 id)

Function Parameters

id

the ID of the window

Return Value

The window associated with id or NULL if it doesn't exist.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_GetWindowFromID (last edited 2011-11-29 19:36:13 by SheenaSmith)

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