kdeconnect-kde/plugins/mousepad
2015-07-09 10:48:00 +02:00
..
CMakeLists.txt [mousepad] Use QX11Info to get the Display 2015-07-03 09:43:01 +02:00
kdeconnect_mousepad.json SVN_SILENT made messages (.desktop file) - always resolve ours 2015-06-24 10:38:32 +00:00
mousepadplugin.cpp [mousepad] Split X11 implementation into dedicated method 2015-07-09 10:48:00 +02:00
mousepadplugin.h [mousepad] Split X11 implementation into dedicated method 2015-07-09 10:48:00 +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