Console

Undocumented in source.

Members

Functions

create
void create(GuiContext guictx, void delegate(string command) messageHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
onConsolePressKey
void onConsolePressKey(string )
Undocumented in source. Be warned that the author may not have intended to support it.
onConsoleReleaseKey
void onConsoleReleaseKey(string )
Undocumented in source. Be warned that the author may not have intended to support it.
onInput
void onInput(string command)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

editorSettings
TextViewSettings editorSettings;
Undocumented in source.
input
WidgetProxy input;
Undocumented in source.
isConsoleShown
bool isConsoleShown;
Undocumented in source.
messageHandler
void delegate(string command) messageHandler;
Undocumented in source.
messages
MessageLog messages;
Undocumented in source.
messagesModel
MessageLogTextModel messagesModel;
Undocumented in source.
viewport
WidgetProxy viewport;
Undocumented in source.
wasJustHidden
bool wasJustHidden;
Undocumented in source.

Meta