Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
2.01k stars 244 forks source link

Overlapping node UI widgets can interact #90

Open Nelarius opened 3 years ago

Nelarius commented 3 years ago

It is possible to click and interact with a node ui widget underneath the node you currently interacting with. While the library prevents the user from creating links, hovering over hidden pins and nodes, it is currently not capable of preventing the cursor from interacting with ImGui UI widgets, whether they are hidden or not.

imgui_widget_overlap_issue