You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first two functions aren't that important, because the same behavior can be achieved by getting the entire selection.
As for the last four functions, there is no way at the moment to manually select or deselect a node or link.
The text was updated successfully, but these errors were encountered:
Version
1.86.8
What part of the binding has gaps?
ImNodes
What is missing?
Some ImNodes bindings related to node / link selection are missing:
ImNodes::IsNodeSelected(int);
ImNodes::IsLinkSelected(int);
ImNodes::SelectNode(int);
ImNodes::SelectLink(int);
ImNodes::ClearNodeSelection(int)
ImNodes::ClearLinkSelection(int)
The first two functions aren't that important, because the same behavior can be achieved by getting the entire selection.
As for the last four functions, there is no way at the moment to manually select or deselect a node or link.
The text was updated successfully, but these errors were encountered: