kdeconnect-kde/plugins/mousepad
Aleix Pol a164983b6f Revert "kdeconnect-kde: Add remotekeyboard plugin"
This reverts commit 040ad7357b.

Sorry, didn't mean to push that myself ^^'
2017-01-11 17:20:22 +01:00
..
CMakeLists.txt Refactor capabilities together with Albert 2016-05-31 17:16:01 +02:00
config-mousepad.h.cmake Refactor capabilities together with Albert 2016-05-31 17:16:01 +02:00
kdeconnect_mousepad.json Revert "kdeconnect-kde: Add remotekeyboard plugin" 2017-01-11 17:20:22 +01:00
mousepadplugin.cpp Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
mousepadplugin.h Clean up use of virtual and override keywords 2016-06-20 19:22:29 +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