kwin/autotests/libinput
John Brooks a1191bea18 wayland: Fix missing relative motion events
Use isNull on QSizeF to check for a zero delta instead of comparing it
with a default-constructed QSizeF, which in practice initializes to
(-1.0,-1.0). This caused relative motion events to be omitted if the
delta happened to be equal to (-1.0,-1.0), causing mouse jumping in some
applications.

BUG: 444510

Signed-off-by: John Brooks <john@fastquake.com>
2022-10-25 08:18:45 +00:00
..
CMakeLists.txt
device_test.cpp
gesture_event_test.cpp
input_event_test.cpp
key_event_test.cpp
mock_libinput.cpp
mock_libinput.h
pointer_event_test.cpp
switch_event_test.cpp
touch_event_test.cpp