DRAFT |
SDL_SetWindowTitle
Use this function to set the title of the window, in UTF-8 format.
Syntax
void SDL_SetWindowTitle(SDL_WindowID windowID,
const char* title)
Function Parameters
windowID |
the type used to identify the window |
title |
the desired window title |
Code Examples
You can add your code example here
Remarks
You can add useful comments here