MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / DockContextFindNodeByID

Method DockContextFindNodeByID

extern/imgui/imgui.cpp:14719–14722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14717}
14718
14719ImGuiDockNode* ImGui::DockContextFindNodeByID(ImGuiContext* ctx, ImGuiID id)
14720{
14721 return (ImGuiDockNode*)ctx->DockContext.Nodes.GetVoidPtr(id);
14722}
14723
14724ImGuiID ImGui::DockContextGenNodeID(ImGuiContext* ctx)
14725{

Callers

nothing calls this directly

Calls 1

GetVoidPtrMethod · 0.80

Tested by

no test coverage detected