| 8915 | } |
| 8916 | |
| 8917 | ImGuiStorage* ImGui::GetStateStorage() |
| 8918 | { |
| 8919 | ImGuiWindow* window = GImGui->CurrentWindow; |
| 8920 | return window->DC.StateStorage; |
| 8921 | } |
| 8922 | |
| 8923 | bool ImGui::IsRectVisible(const ImVec2& size) |
| 8924 | { |
nothing calls this directly
no outgoing calls
no test coverage detected