ImGuiTextEditCallbackData

Undocumented in source.

Members

Functions

DeleteChars
void DeleteChars(int pos, int bytes_count)
Undocumented in source. Be warned that the author may not have intended to support it.
HasSelection
bool HasSelection()
Undocumented in source. Be warned that the author may not have intended to support it.
InsertChars
void InsertChars(int pos, const(char)* text, const(char)* text_end)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Buf
char* Buf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BufDirty
bool BufDirty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BufSize
size_t BufSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BufTextLen
int BufTextLen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CursorPos
int CursorPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EventChar
ImWchar EventChar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EventFlag
ImGuiInputTextFlags EventFlag;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EventKey
ImGuiKey EventKey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Flags
ImGuiInputTextFlags Flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReadOnly
bool ReadOnly;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SelectionEnd
int SelectionEnd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SelectionStart
int SelectionStart;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UserData
void* UserData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta