mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
Carlos Garnacho
935d76ba04
wayland: Implement wl_pointer.axis_source/axis_stop/axis_frame emission
As per the spec: - wl_pointer.axis_source determines the current source of scroll events. - wl_pointer.axis_stop determines when there's no further scroll events on the given axis. - wl_pointer.axis_discrete is emitted on "wheel" scroll sources, measured in ticks. - wl_pointer.frame is meant to coalesce events that logically belong together, e.g. axis events in this case. Co-Authored-By: Peter Hutterer <peter.hutterer@who-t.net> https://bugzilla.gnome.org/show_bug.cgi?id=760637
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%