Wiki Page Content

Revision 4 as of 2010-09-15 04:51:35

Clear message

SDL_SetWindowTitle

Use this function to set the title of the window.

Syntax

void SDL_SetWindowTitle(SDL_Window* window,
                        const char* title)

Function Parameters

window

the window to change

title

the desired window title in UTF-8 format

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