Size: 726
Comment: update WindowID > Window*
|
Size: 710
Comment: update content for consistency
|
Deletions are marked like this. | Additions are marked like this. |
Line 17: | Line 17: |
||'''window'''||the type used to identify the window|| | ||'''window'''||the window to change|| |
DRAFT |
SDL_SetWindowTitle
Use this function to set the title of the window, in UTF-8 format.
Syntax
void SDL_SetWindowTitle(SDL_Window* window,
const char* title)
Function Parameters
window |
the window to change |
title |
the desired window title |
Code Examples
You can add your code example here
Remarks
You can add useful comments here