Nelarius / imnodes

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

Add auto-panning when mouse goes outside the editor while dragging stuff #120

Closed smilediver closed 3 years ago

smilediver commented 3 years ago

This adds an auto-panning feature, that automatically pans editor view when mouse goes outside the visible editor view bounds while: dragging nodes; making a box selection; or creating links between nodes.

Nelarius commented 3 years ago

Thanks for the contribution, I'll take it! This seems like a great quality-of-life change! 👍