ImGuiInputTextCallbackData

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

Buf
char* Buf;
Undocumented in source.
BufDirty
bool BufDirty;
Undocumented in source.
BufSize
int BufSize;
Undocumented in source.
BufTextLen
int BufTextLen;
Undocumented in source.
CursorPos
int CursorPos;
Undocumented in source.
EventChar
ImWchar EventChar;
Undocumented in source.
EventFlag
ImGuiInputTextFlags EventFlag;
Undocumented in source.
EventKey
ImGuiKey EventKey;
Undocumented in source.
Flags
ImGuiInputTextFlags Flags;
Undocumented in source.
SelectionEnd
int SelectionEnd;
Undocumented in source.
SelectionStart
int SelectionStart;
Undocumented in source.
UserData
void* UserData;
Undocumented in source.

Meta