https://bugs.kde.org/show_bug.cgi?id=479972
--- Comment #9 from cwo <[email protected]> --- This is a QtWayland thing; it considers everything a Touchpad and so our handler only accepting Mouse events means it does nothing on Wayland. Now that we no longer need to worry about X11 we can just accept everything - the handling with touchpads is better than with wheels, but as Guilherme says it's still not exactly great. I've played around with it for a bit on a variety of devices, but we need to be careful to not make it too fast (especially on high-resolution mice, non-clicky wheels, trackpoints etc. It's not great if a slight touch skips months, and will need some finetuning. -- You are receiving this mail because: You are watching all bug changes.
