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

Function IsNodeSelected

imnodes.cpp:2827–2831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2825}
2826
2827bool IsNodeSelected(int node_id)
2828{
2829 ImNodesEditorContext& editor = EditorContextGet();
2830 return IsObjectSelected(editor.Nodes, editor.SelectedNodeIndices, node_id);
2831}
2832
2833bool IsLinkSelected(int link_id)
2834{

Callers

nothing calls this directly

Calls 1

IsObjectSelectedFunction · 0.85

Tested by

no test coverage detected