Set the title of a window.
Defined in <SDL3/SDL_video.h>
bool SDL_SetWindowTitle(SDL_Window *window, const char *title);
SDL_Window * | window | the window to change. |
const char * | title | the desired window title in UTF-8 format. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
This string is expected to be in UTF-8 encoding.
This function is available since SDL 3.1.3.