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
ushort EventChar;
Undocumented in source.
EventFlag
int EventFlag;
Undocumented in source.
EventKey
int EventKey;
Undocumented in source.
Flags
int Flags;
Undocumented in source.
SelectionEnd
int SelectionEnd;
Undocumented in source.
SelectionStart
int SelectionStart;
Undocumented in source.
UserData
void* UserData;
Undocumented in source.

Meta