- BufCapacityA
int BufCapacityA;
Undocumented in source.
- CurLenA
int CurLenA;
Undocumented in source.
- CurLenW
int CurLenW;
Undocumented in source.
- CursorAnim
float CursorAnim;
Undocumented in source.
- CursorFollow
bool CursorFollow;
Undocumented in source.
- Edited
bool Edited;
Undocumented in source.
- Flags
ImGuiInputTextFlags Flags;
Undocumented in source.
- ID
ImGuiID ID;
Undocumented in source.
- InitialTextA
ImVector!(char) InitialTextA;
Undocumented in source.
- ScrollX
float ScrollX;
Undocumented in source.
- SelectedAllMouseLock
bool SelectedAllMouseLock;
Undocumented in source.
- Stb
STB_TexteditState Stb;
Undocumented in source.
- TextA
ImVector!(char) TextA;
Undocumented in source.
- TextAIsValid
bool TextAIsValid;
Undocumented in source.
- TextW
ImVector!(ImWchar) TextW;
Undocumented in source.
- UserCallback
ImGuiInputTextCallback UserCallback;
Undocumented in source.
- UserCallbackData
void* UserCallbackData;
Undocumented in source.