MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ClearFreeMemory

Function ClearFreeMemory

KBotExt/imgui/imgui_internal.h:1078–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()

Callers 1

~ImDrawListSplitterMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected