Size: 652
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 654
Comment: update content - pointers, structs
|
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. |
Line 16: | Line 16: |
||'''window'''||the window to change|| | ||'''window'''||the SDL_Window to change|| |
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 SDL_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