Wiki Page Content

Revision 2 as of 2010-01-21 17:41:31

Clear message

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


CategoryAPI, CategoryVideo

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit