MCPcopy Create free account
hub / github.com/RenderKit/embree / ClearFreeMemory

Function ClearFreeMemory

tutorials/common/imgui/imgui_internal.h:1067–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065 ImGuiInputTextState() { memset(this, 0, sizeof(*this)); }
1066 void ClearText() { CurLenW = CurLenA = 0; TextW[0] = 0; TextA[0] = 0; CursorClamp(); }
1067 void ClearFreeMemory() { TextW.clear(); TextA.clear(); InitialTextA.clear(); }
1068 int GetUndoAvailCount() const { return Stb.undostate.undo_point; }
1069 int GetRedoAvailCount() const { return STB_TEXTEDIT_UNDOSTATECOUNT - Stb.undostate.redo_point; }
1070 void OnKeyPressed(int key); // Cannot be inline because we call in code in stb_textedit.h implementation

Callers 1

~ImDrawListSplitterMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected