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.
David Redondo cc4d99aea4 Fix button to Qt::MouseButton mapping
Even though the names seem to match, QtWayland maps button values
to enum values in ascendung order (as it does on X11). The wrong
mapping is usually not a problem because we send the native button
events to clients. However when the Qt names or values are used
for communication between KWin and a client this leads to
misunderstandings.
BUG:465463
FIXED-IN:5.27.1
2 years ago
..
CMakeLists.txt
device_test.cpp
gesture_event_test.cpp use std::chrono::microseconds for time in input events 2 years ago
input_event_test.cpp use std::chrono::microseconds for time in input events 2 years ago
key_event_test.cpp use std::chrono::microseconds for time in input events 2 years ago
mock_libinput.cpp Fix button to Qt::MouseButton mapping 2 years ago
mock_libinput.h use std::chrono::microseconds for time in input events 2 years ago
pointer_event_test.cpp use std::chrono::microseconds for time in input events 2 years ago
switch_event_test.cpp use std::chrono::microseconds for time in input events 2 years ago
touch_event_test.cpp use std::chrono::microseconds for time in input events 2 years ago