< index < 2. Console emulator < 2.1 Initializing the console |
===================================== |
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.
Parameter | Description |
---|---|
title | New title of the game window |