| 8909 | } |
| 8910 | |
| 8911 | void ImGui::SetStateStorage(ImGuiStorage* tree) |
| 8912 | { |
| 8913 | ImGuiWindow* window = GImGui->CurrentWindow; |
| 8914 | window->DC.StateStorage = tree ? tree : &window->StateStorage; |
| 8915 | } |
| 8916 | |
| 8917 | ImGuiStorage* ImGui::GetStateStorage() |
| 8918 | { |
nothing calls this directly
no outgoing calls
no test coverage detected