kwin/autotests/libinput
Martin Gräßlin 82d2a2f9f1 [libinput] Track all created Devices in Device
Summary:
Device has a static QVector<Device*> into which each created Device
is added and provides a static method to match a libinput_device* to
the already created Device.

This can be used by the the libinput Event class wrapper to properly
reference the Device the event is for.

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D1665
2016-05-25 12:13:03 +02:00
..
CMakeLists.txt
device_test.cpp [libinput] Track all created Devices in Device 2016-05-25 12:13:03 +02:00
mock_libinput.cpp
mock_libinput.h