You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
CMakeLists.txt
device_test.cpp
gesture_event_test.cpp wayland: Fix missing relative motion events 2 years ago
input_event_test.cpp wayland: Fix missing relative motion events 2 years ago
key_event_test.cpp
mock_libinput.cpp wayland: Fix missing relative motion events 2 years ago
mock_libinput.h wayland: Fix missing relative motion events 2 years ago
pointer_event_test.cpp wayland: Fix missing relative motion events 2 years ago
switch_event_test.cpp
touch_event_test.cpp