Size: 652
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 650
Comment: update content - "the" to "a" window update
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Use this function to set the title of the window. | Use this function to set the title of a window. |
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