kdeconnect-kde/plugins/mousepad
Aleix Pol c7cee37330 Port away from KServiceTrader
Uses KPluginLoader+KPluginMetadata instead.
Describes plugins in json instead of desktop files. These desktop files are
then embedded into the .so file. All the plugins will be in a kdeconnect/
directory, and those will be the ones to look for.

Note it doesn't drop the KService dependency as KIOCore is a KDE Connect
dependency as well.

REVIEW: 123042
2015-03-19 16:36:53 +01:00
..
CMakeLists.txt Port away from KServiceTrader 2015-03-19 16:36:53 +01:00
fixx11h.h Make kdeconnect core compile without KDELibs4Support 2014-09-22 02:40:51 +02:00
kdeconnect_mousepad.json Port away from KServiceTrader 2015-03-19 16:36:53 +01:00
mousepadplugin.cpp Port away from KServiceTrader 2015-03-19 16:36:53 +01:00
mousepadplugin.h Merge branch 'master' into frameworks 2014-11-04 19:12:29 +01:00
README Implementation of mousepad plugin 2014-06-27 15:43:34 +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