Declares the Console class used for outputting text and accepting user input in-game. More...
#include <map>
#include <list>
#include <string>
#include <vector>
#include "Math/MathCommon.h"
#include "Graphics/Color.h"
#include "Graphics/Font.h"
#include "Application/ConVar.h"
#include "Input/BufferedKeyboardInput.h"
Classes | |
class | Console |
Class that allows for in-game text output and user input. More... | |
class | Console::ConStream |
An input stream to the console. More... | |
Variables | |
const float | CURSOR_BLINK_TIME = 0.5f |
The amount of time between blinks of the input cursor. |
Declares the Console class used for outputting text and accepting user input in-game.