Wiki Page Content

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-01-23 06:50:05
Size: 736
Editor: SheenaSmith
Comment: create page, add content
Revision 5 as of 2011-11-29 19:36:13
Size: 687
Editor: SheenaSmith
Comment: minor change for consistency
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 6: Line 5:
Use this function to get a window from a stored ID,, , or NULL if it doesn't exist,,. Use this function to get a window from a stored ID.
Line 16: Line 15:
||'''id'''||the Uint32 ID of the window|| ||'''id'''||the ID of the window||
Line 19: Line 18:
The window associated with the desired ID or NULL if it doesn't exist. Returns the window associated with '''id''' or NULL if it doesn't exist; call [[SDL_GetError]]() for more information. 

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

Returns the window associated with id or NULL if it doesn't exist; call SDL_GetError() for more information.

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