71 afx_msg
void OnSize(
UINT nType,
int cx,
int cy);
virtual void OnInitialUpdate()
Transfers data to and from the controls in the console.
CONST PIXELFORMATDESCRIPTOR UINT
virtual BOOL PreTranslateMessage(MSG *pMsg)
Handles keyboard input to process the "Enter" key to execute commands and command history...
virtual void DoDataExchange(CDataExchange *pDX)
Transfers data to and from the controls in the console.
afx_msg void OnSize(UINT nType, int cx, int cy)
Windows message called when the window is resized.
ConsoleView()
Constructor for ConsoleView.
virtual ~ConsoleView()
Destructor for ConsoleView.
void ExecuteCommand(const idStr &cmd="")
Executes the specified console command.
const char * TranslateString(const char *buf)
Replaces \n with \r\n for carriage returns in an edit control.
View in the Material Editor that functions as a Doom III console.
void SetConsoleText(const idStr &text)
Replaces the text in the console window with the specified text.
int currentHistoryPosition
void AddText(const char *msg)
Adds text to the end of the console output window.