kdeconnect-kde/plugins/mousepad
Heiko Becker 4a4e8216aa Use OPTIONAL_COMPONENTS to search for KF5Wayland and DocTools
Summary:
Otherwise cmakes complains when invoked with
-DCMAKE_DISABLE_FIND_PACKAGE_KF5Wayland=TRUE: "CMake Error at
/usr/share/cmake/Modules/FeatureSummary.cmake:459 (message):
feature_summary() Error: REQUIRED package(s) are missing, aborting
CMake run."

Reviewers: #kde_connect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D12141
2018-04-12 12:08:03 +02:00
..
abstractremoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
abstractremoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
CMakeLists.txt Use OPTIONAL_COMPONENTS to search for KF5Wayland and DocTools 2018-04-12 12:08:03 +02:00
config-mousepad.h.cmake Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
kdeconnect_mousepad.json Remove unused "Encoding": "UTF-8" from plugins' metadata JSON 2018-03-17 23:32:27 +01:00
mousepadplugin.cpp Fix Windows build 2018-04-09 18:23:54 +02:00
mousepadplugin.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
README Implementation of mousepad plugin 2014-06-27 15:43:34 +02:00
waylandremoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
waylandremoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
windowsremoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
windowsremoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
x11remoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
x11remoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00

When the user moves his on the phone, dx and dy (The difference between the last movement and the current movement of the X and Y Axis respectively)
is sent inside a NetworkPackage QCursor is used to move mouse cursor according to its relative position.

When the user tap or double taps his phone, a mouse key button is simulated using XTestFakeButtonEvent