Skip to content

GDK W32: send both smooth and discrete scrolling events

LRN requested to merge lrn/gtk:win32-scroll-both into gtk-3-24

Commit 359df028 changed the code to send GDK_SCROLL_SMOOTH with deltas instead of GDK_SCROLL_(UP|DOWN|LEFT|RIGHT). Change it again, to send both the GDK_SCROLL_SMOOTH and the GDK_SCROLL_(UP|DOWN|LEFT|RIGHT) event separately, as this is what other backends (such as wayland) do.

Merge request reports