kwin/autotests/libinput
Vlad Zagorodniy 7f593a67ad Send axis_source, axis_discrete, and axis_stop
Summary:
So far KWin didn't send axis_source, axis_discrete, and axis_stop. Even
though most of those events are optional, clients need them to work as
expected. For example, one needs axis_source and axis_stop to implement
kinetic scrolling; Xwayland needs axis_discrete to prevent multiple
scroll events when the compositor sends axis deltas greater than 10, etc.

BUG: 404152
FIXED-IN: 5.17.0

Test Plan:
* Content of a webpage in Firefox is moved by one line per each mouse
  wheel "click";
* Scrolled gedit using 2 fingers on GNOME Shell, sway, and KDE Plasma;
  in all three cases wayland debug looked the same (except diagonal scroll
  motions).

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: davidedmundson, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D19000
2019-05-17 12:06:10 +03:00
..
CMakeLists.txt Send axis_source, axis_discrete, and axis_stop 2019-05-17 12:06:10 +03:00
context_test.cpp Remove Qt module declarations in includes 2018-06-05 18:07:23 +01:00
device_test.cpp [libinput] Add support for clickfinger and button areas click method 2018-12-22 17:29:49 +01:00
gesture_event_test.cpp Remove Qt module declarations in includes 2018-06-05 18:07:23 +01:00
input_event_test.cpp Send axis_source, axis_discrete, and axis_stop 2019-05-17 12:06:10 +03:00
key_event_test.cpp Remove Qt module declarations in includes 2018-06-05 18:07:23 +01:00
mock_libinput.cpp Send axis_source, axis_discrete, and axis_stop 2019-05-17 12:06:10 +03:00
mock_libinput.h Send axis_source, axis_discrete, and axis_stop 2019-05-17 12:06:10 +03:00
mock_udev.cpp
mock_udev.h
pointer_event_test.cpp Send axis_source, axis_discrete, and axis_stop 2019-05-17 12:06:10 +03:00
switch_event_test.cpp Remove Qt module declarations in includes 2018-06-05 18:07:23 +01:00
touch_event_test.cpp Remove Qt module declarations in includes 2018-06-05 18:07:23 +01:00