Size: 726
Comment: update WindowID > Window*
|
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 17: | Line 16: |
||'''window'''||the type used to identify the window|| ||'''title'''||the desired window title|| |
||'''window'''||the window to change|| ||'''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