2baa298e39
Both of these ended up with a "undefined" delta, which turned the final value into 0 no matter the previous state. While this was already fixed for touchpads in the previous commit (by not forwarding emulated discrete events), this looks somewhat out of place even for the mice that have left/right discrete scroll actions (e.g. tilting the scroll wheel left or right). Let these unhandled directions have a delta of 0, and focus on vertical scroll for both smooth and discrete events. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2967>