MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / TreeNodeGetOpen

Method TreeNodeGetOpen

Dependencies/ImGui/src/imgui_widgets.cpp:6495–6500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6493}
6494
6495bool ImGui::TreeNodeGetOpen(ImGuiID storage_id)
6496{
6497 ImGuiContext& g = *GImGui;
6498 ImGuiStorage* storage = g.CurrentWindow->DC.StateStorage;
6499 return storage->GetInt(storage_id, 0) != 0;
6500}
6501
6502void ImGui::TreeNodeSetOpen(ImGuiID storage_id, bool open)
6503{

Callers

nothing calls this directly

Calls 1

GetIntMethod · 0.80

Tested by

no test coverage detected