MCPcopy Create free account
hub / github.com/Nelarius/imnodes / SelectNode

Function SelectNode

imnodes.cpp:2815–2819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2813}
2814
2815void SelectNode(int node_id)
2816{
2817 ImNodesEditorContext& editor = EditorContextGet();
2818 SelectObject(editor.Nodes, editor.SelectedNodeIndices, node_id);
2819}
2820
2821void SelectLink(int link_id)
2822{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected