C4 Engine
C4 Engine API Documentation

InterfaceMgr::DisableConsole

Defined in:  C4Interface.h
Disables the console.
Prototype

void DisableConsole(void);

Description
The DisableConsole function disables access to the console when the keyboard is in interface event mode. To disable the console when the keyboard is in game input mode, call the InputMgr::SetConsoleCallback function as well, passing nullptr as its first parameter.
See Also

InterfaceMgr::DisableConsole

InterfaceMgr::ConsoleEnabled

InputMgr::SetConsoleCallback