Size: 654
Comment: update content - pointers, structs
|
Size: 650
Comment: update content - pointers, structs
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
||'''window'''||the SDL_Window to change|| | ||'''window'''||the 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 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