kdeconnect-kde/plugins/mousepad
Aleix Pol 21ab5a4f81 Merge branch 'master' into frameworks
Mostly kDebug -> qCDebug
Also some KCmdLineArgs -> QCommandLineParser

Conflicts:
	cli/kdeconnect-cli.cpp
	core/CMakeLists.txt
	core/backends/lan/lanlinkprovider.cpp
	core/daemon.cpp
	core/pluginloader.cpp
	interfaces/CMakeLists.txt
	kio/kiokdeconnect.cpp
	plugins/mousepad/CMakeLists.txt
	plugins/mousepad/mousepadplugin.h
	plugins/mpriscontrol/mpriscontrolplugin.cpp
	plugins/sftp/sftpplugin.cpp
2014-11-04 19:12:29 +01:00
..
CMakeLists.txt Merge branch 'master' into frameworks 2014-11-04 19:12:29 +01:00
fixx11h.h Make kdeconnect core compile without KDELibs4Support 2014-09-22 02:40:51 +02:00
kdeconnect_mousepad.desktop SVN_SILENT made messages (.desktop file) 2014-11-02 04:01:28 +00:00
mousepadplugin.cpp Merge branch 'master' into frameworks 2014-11-04 19:12:29 +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