kdeconnect-kde/plugins/mousepad
Àlex Fiestas 677f650216 Removed K_EXPORT_PLUGIN, no longer needed
With kf5 this is not longer needed. removing it!
2014-09-22 02:40:51 +02:00
..
CMakeLists.txt Implementation of mousepad plugin 2014-06-27 15:43:34 +02:00
kdeconnect_mousepad.desktop SVN_SILENT made messages (.desktop file) 2014-06-30 04:42:38 +00:00
mousepadplugin.cpp Removed K_EXPORT_PLUGIN, no longer needed 2014-09-22 02:40:51 +02:00
mousepadplugin.h Fix compilation after merge 2014-07-02 01:39:38 +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