kdeconnect-kde/plugins/mousepad
Christophe Giboudeaux 5bf93af31e Add FindLibFakeKey.cmake.
The build system cannot guess that a new build dependency was added.
2014-08-27 15:35:21 +02:00
..
CMakeLists.txt Add FindLibFakeKey.cmake. 2014-08-27 15:35:21 +02:00
kdeconnect_mousepad.desktop SVN_SILENT made messages (.desktop file) 2014-08-07 04:18:55 +00:00
mousepadplugin.cpp MousePad: Added support for any UTF character and more special keys. 2014-08-14 21:35:23 +02:00
mousepadplugin.h MousePad: Added support for any UTF character and more special keys. 2014-08-14 21:35:23 +02: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