MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DockContextFindNodeByID

Method DockContextFindNodeByID

imgui_tiny_app/imgui/imgui.cpp:18011–18014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18009}
18010
18011ImGuiDockNode* ImGui::DockContextFindNodeByID(ImGuiContext* ctx, ImGuiID id)
18012{
18013 return (ImGuiDockNode*)ctx->DockContext.Nodes.GetVoidPtr(id);
18014}
18015
18016ImGuiID ImGui::DockContextGenNodeID(ImGuiContext* ctx)
18017{

Callers

nothing calls this directly

Calls 1

GetVoidPtrMethod · 0.80

Tested by

no test coverage detected