epezent / implot

Immediate Mode Plotting
MIT License
4.71k stars 521 forks source link

Scroll can pan or zoom : useful for touchpad #555

Open Dvad opened 7 months ago

Dvad commented 7 months ago

First of all, thank you for writing this wonderful library!

I would like to propose this changes about the behavior of scrolling on plot.

Before, scrolling was exclusively for zooming. But on modern touchpad (e.g. macbook) mouse wheel event is sometime a 2 dimensional vector (vertical and horinzonal) and hence can be use for more fine grained control.

This implements optional panning and zooming with the mouse wheel in a satisfying way for such touchpad. This adds a few options controlling:

In particular, the default behavior does not change.

Would such a change makes sense in your opinion?