| 2825 | } |
| 2826 | |
| 2827 | bool IsNodeSelected(int node_id) |
| 2828 | { |
| 2829 | ImNodesEditorContext& editor = EditorContextGet(); |
| 2830 | return IsObjectSelected(editor.Nodes, editor.SelectedNodeIndices, node_id); |
| 2831 | } |
| 2832 | |
| 2833 | bool IsLinkSelected(int link_id) |
| 2834 | { |
nothing calls this directly
no test coverage detected