Size: 710
Comment: update content for consistency
|
Size: 652
Comment: update content (w/ Sam); remove 'draft' note
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
Line 6: | Line 5: |
Use this function to set the title of the window, in UTF-8 format. | Use this function to set the title of the window. |
Line 18: | Line 17: |
||'''title'''||the desired window title|| | ||'''title'''||the desired window title in UTF-8 format|| |
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