kwin/autotests/libinput
Vlad Zahorodnii d2fb4147fc Move multi-purpose code in its own directory
Things such as Output, InputDevice and so on are made to be
multi-purpose. In order to make this separation more clear, this change
moves that code in the core directory. Some things still link to the
abstraction level above (kwin), they can be tackled in future refactors.
Ideally code in core/ should depend either on other code in core/ or
system libs.
2022-09-06 11:21:40 +03:00
..
CMakeLists.txt Move multi-purpose code in its own directory 2022-09-06 11:21:40 +03:00
device_test.cpp
gesture_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
input_event_test.cpp
key_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
mock_libinput.cpp input: Introduce a outputArea property for tablet devices 2022-07-25 23:29:07 +00:00
mock_libinput.h
pointer_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00: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