SDL_SetWindowTitle

Use this function to set the title of a 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

SDL_SetWindowTitle (last edited 2010-10-18 03:17:33 by SheenaSmith)

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