MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / GetStateStorage

Method GetStateStorage

include/imgui/imgui.cpp:8917–8921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8915}
8916
8917ImGuiStorage* ImGui::GetStateStorage()
8918{
8919 ImGuiWindow* window = GImGui->CurrentWindow;
8920 return window->DC.StateStorage;
8921}
8922
8923bool ImGui::IsRectVisible(const ImVec2& size)
8924{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected