| 1076 | |
| 1077 | ImGuiInputTextDeactivatedState() { memset(this, 0, sizeof(*this)); } |
| 1078 | void ClearFreeMemory() { ID = 0; TextA.clear(); } |
| 1079 | }; |
| 1080 | // Internal state of the currently focused/edited text input box |
| 1081 | // For a given item ID, access with ImGui::GetInputTextState() |
no test coverage detected