kwin/autotests/libinput
Vlad Zahorodnii c147340878 wayland: Add support for high resolution scrolling
In libinput 1.19, three new pointer axis events were added in order to
provide support for high-resolution scrolling.

LIBINPUT_EVENT_POINTER_AXIS is de-facto deprecated and new users of
libinput should use instead SCROLL_WHEEL, SCROLL_FINGER, and
SCROLL_CONTINUOUS.

Discrete deltas were replaced with v120 delta values. 120 corresponds to
a single discrete delta. Smaller values correspond to "partial" wheel
ticks.

https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/72
2022-10-11 14:04:13 +03:00
..
CMakeLists.txt Move multi-purpose code in its own directory 2022-09-06 11:21:40 +03:00
device_test.cpp autotests: Remove QVERIFY(signalSpy.isValid()) 2022-09-14 09:21:29 +00:00
gesture_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
input_event_test.cpp wayland: Add support for high resolution scrolling 2022-10-11 14:04:13 +03:00
key_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
mock_libinput.cpp wayland: Add support for high resolution scrolling 2022-10-11 14:04:13 +03:00
mock_libinput.h wayland: Add support for high resolution scrolling 2022-10-11 14:04:13 +03:00
pointer_event_test.cpp wayland: Add support for high resolution scrolling 2022-10-11 14:04:13 +03:00
switch_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
touch_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00