< index
< 2. Console emulator
< 2.1 Initializing the console

=====================================
2.1.7 Changing the window title
=====================================

C++ : static void TCODConsole::setWindowTitle(const char *title)
C   : void TCOD_console_set_window_title(const char *title)
Py  : console_set_window_title(title)

This function dynamically changes the title of the game window.
Note that the window title is not visible while in fullscreen.
ParameterDescription
titleNew title of the game window
insert a comment