Set the title of a window.
void SDL_SetWindowTitle(SDL_Window * window, const char *title);
This string is expected to be in UTF-8 encoding.
This function is available since SDL 2.0.0.
CategoryAPI