|
Size: 595
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 615
Comment: update content (from Sam)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to get the numeric ID of the window. | Use this function to get the numeric ID of a window, for logging purposes. |
SDL_GetWindowID
Use this function to get the numeric ID of a window, for logging purposes.
Contents
Syntax
Uint32 SDL_GetWindowID(SDL_Window* window)
Function Parameters
window |
the window to query |
Return Value
The ID of the window.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
