Public Member Functions | |
virtual void | OnPaint () |
The window must be repainted. | |
virtual void | OnHundredthTick () |
Called once every 100 (game) ticks. | |
virtual void | OnMouseLoop () |
Called for every mouse loop run, which is at least once per (game) tick. | |
virtual EventState | OnKeyPress (uint16 key, uint16 keycode) |
A key has been pressed. | |
Data Fields | |
int | line_height |
int | line_offset |
Static Public Attributes | |
static int | scroll = 0 |
Definition at line 168 of file console_gui.cpp.
virtual EventState IConsoleWindow::OnKeyPress | ( | uint16 | key, | |
uint16 | keycode | |||
) | [inline, virtual] |
A key has been pressed.
key | the Unicode value of the key. | |
keycode | the untranslated key code including shift state. |
Reimplemented from Window.
Definition at line 227 of file console_gui.cpp.
References Textbuf::buf, CS_ALPHANUMERAL, DeleteTextBufferAll(), DeleteTextBufferChar(), Window::ES_HANDLED, Window::ES_NOT_HANDLED, Window::height, IConsoleCmdExec(), IConsoleHistoryAdd(), IConsoleHistoryNavigate(), IConsolePrintF(), InsertTextBufferChar(), InsertTextBufferClipboard(), IsValidChar(), LRM, MarkWholeScreenDirty(), MoveTextBufferPos(), Window::SetDirty(), and IConsoleLine::size.
virtual void IConsoleWindow::OnPaint | ( | ) | [inline, virtual] |
The window must be repainted.
Reimplemented from Window.
Definition at line 189 of file console_gui.cpp.
References Textbuf::buf, Textbuf::caret, Textbuf::caretxoffs, DrawString(), IConsoleLine::Get(), GfxFillRect(), Window::height, Window::left, max(), IConsoleLine::previous, SA_FORCE, SA_LEFT, Window::top, Textbuf::width, and Window::width.