| 2819 | } |
| 2820 | |
| 2821 | void SelectLink(int link_id) |
| 2822 | { |
| 2823 | ImNodesEditorContext& editor = EditorContextGet(); |
| 2824 | SelectObject(editor.Links, editor.SelectedLinkIndices, link_id); |
| 2825 | } |
| 2826 | |
| 2827 | bool IsNodeSelected(int node_id) |
| 2828 | { |
nothing calls this directly
no outgoing calls
no test coverage detected