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

Method SetStateStorage

include/imgui/imgui.cpp:8911–8915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8909}
8910
8911void ImGui::SetStateStorage(ImGuiStorage* tree)
8912{
8913 ImGuiWindow* window = GImGui->CurrentWindow;
8914 window->DC.StateStorage = tree ? tree : &window->StateStorage;
8915}
8916
8917ImGuiStorage* ImGui::GetStateStorage()
8918{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected