OpenTTD
|
GUI related functions in the console. More...
#include "window_type.h"
Go to the source code of this file.
Functions | |
void | IConsoleResize (Window *w) |
Change the size of the in-game console window after the screen size changed, or the window state changed. More... | |
void | IConsoleSwitch () |
Toggle in-game console between opened and closed. More... | |
GUI related functions in the console.
Definition in file console_gui.h.
void IConsoleResize | ( | Window * | w | ) |
Change the size of the in-game console window after the screen size changed, or the window state changed.
Definition at line 411 of file console_gui.cpp.
void IConsoleSwitch | ( | ) |
Toggle in-game console between opened and closed.
Definition at line 429 of file console_gui.cpp.