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

=====================================
2.1.4 Getting the current mode (windowed/fullscreen)
=====================================

C++ : static bool TCODConsole::isFullscreen()
C   : bool TCOD_console_is_fullscreen()
Py  : console_is_fullscreen()

This function returns true if the current mode is fullscreen.
Example :


insert a comment