|
⇤ ← Revision 1 as of 2010-01-17 06:42:18
Size: 682
Comment: create page, add content
|
Size: 678
Comment: update WindowID > Window*
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| void SDL_SetWindowIcon(SDL_WindowID windowID, | void SDL_SetWindowIcon(SDL_Window* window, |
| Line 17: | Line 17: |
| ||'''windowID'''||the type used to identify the window|| | ||'''window'''||the type used to identify the window|| |
DRAFT |
SDL_SetWindowIcon
Use this function to set the icon of the window.
Syntax
void SDL_SetWindowIcon(SDL_Window* window,
SDL_Surface* icon)
Function Parameters
window |
the type used to identify the window |
icon |
the icon for the window |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
