|
Size: 636
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 640
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. | Returns 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.
Contents
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.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
