DRAFT |
SDL_GetWindowFromID
Use this function to get a window from a stored ID , or NULL if it doesn't exist.
Contents
Syntax
SDL_Window* SDL_GetWindowFromID(Uint32 id)
Function Parameters
id |
the Uint32 ID of the window |
Return Value
The window associated with the desired ID or NULL if it doesn't exist.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
