garrigue / lablgtk

LablGTK 2 and 3: an interface to the GIMP Tool Kit
https://garrigue.github.io/lablgtk
Other
89 stars 40 forks source link

Add GdkEvent.Scroll.delta_{x,y} #173

Closed talex5 closed 5 months ago

talex5 commented 7 months ago

At least on my laptop, using Wayland, GTK only generates "smooth" scroll events when using the touchpad. These fields are necessary in order to work out the direction and distance of the event.

talex5 commented 5 months ago

Is this OK? I'd like to use it in eio-trace, as otherwise it doesn't work on laptops.

garrigue commented 5 months ago

Thanks for the reminder. This looks trivial, so let's merge.

talex5 commented 5 months ago

Thanks; I've updated eio-trace to use the released version :-)