ExampleAppConsole

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

AddLog
void AddLog(Char[] fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
ClearLog
void ClearLog()
Undocumented in source. Be warned that the author may not have intended to support it.
Draw
void Draw(const(char)* title, bool* p_open)
Undocumented in source. Be warned that the author may not have intended to support it.
ExecCommand
void ExecCommand(string command_line)
Undocumented in source. Be warned that the author may not have intended to support it.
TextEditCallback
int TextEditCallback(ImGuiTextEditCallbackData* data)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

Strdup
string Strdup(const(char)* str)
Undocumented in source. Be warned that the author may not have intended to support it.
Stricmp
int Stricmp(const(char)* str1, const(char)* str2)
Undocumented in source. Be warned that the author may not have intended to support it.
Strnicmp
int Strnicmp(const(char)* str1, const(char)* str2, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
TextEditCallbackStub
int TextEditCallbackStub(ImGuiTextEditCallbackData* data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Commands
string[] Commands;
Undocumented in source.
History
string[] History;
Undocumented in source.
HistoryPos
int HistoryPos;
Undocumented in source.
InputBuf
char[256] InputBuf;
Undocumented in source.
Items
string[] Items;
Undocumented in source.
ScrollToBottom
bool ScrollToBottom;
Undocumented in source.

Meta