Skip to content

High-resolution scroll wheel support (GTK3)

Zack Mak requested to merge zackmak/gtk:hires_scroll_backport_gtk3 into gtk-3-24

Backport of high resolution scroll wheel support for GTK3 inspired by the same implementation for GTK4. A new handler for pointer_handle_axis_value120 from Wayland is implemented. This change also requires a newer version of Wayland (1.21).

MR for GTK4 !3839 (merged)

Specifically to solve the issue mentioned in this comment. !3839 (comment 2041652)

Merge request reports