Closed
Description
Description
When creating links where the source pin is on the right and the target pin is on the left, the behavior differs between imgui-bundle and the original repo.
Current vs Expected Behavior
In the original repo (thedmd's imgui-node-editor), when connecting pins from right to left:
However, in imgui_bundle's implementation:
Question
Is there any configuration option to achieve the same right-to-left node connection behavior as in the original repository?
References
- Original repository: thedmd/imgui-node-editor