Skip to content

Drop pointer_emulated discrete scroll events

Luca Bacci requested to merge lb90/gtk:remove-emulated-scroll-events into main

GTK4 has had smooth scroll events since the beginning, thus we can avoid emitting pointer_emulated discrete scroll events. Remove them and also correct a minor issue in the Wayland backend.

References:

Edited by Luca Bacci

Merge request reports