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

Function SelectLink

imnodes.cpp:2821–2825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2819}
2820
2821void SelectLink(int link_id)
2822{
2823 ImNodesEditorContext& editor = EditorContextGet();
2824 SelectObject(editor.Links, editor.SelectedLinkIndices, link_id);
2825}
2826
2827bool IsNodeSelected(int node_id)
2828{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected