kdeconnect-kde/plugins/mousepad
Albert Vaca 517c02451b Merge branch '0.9'
# Conflicts:
#	kdeconnect.appdata.xml
#	plugins/mprisremote/kdeconnect_mprisremote.json
#	plugins/ping/kdeconnect_ping.json
#	plugins/remotecontrol/kdeconnect_remotecontrol.json
2016-01-02 12:51:30 -08:00
..
CMakeLists.txt plugins/mousepad: At least KF5::Wayland 5.3.90 is required 2015-07-21 04:48:29 +03:00
config-mousepad.h.cmake [mousepad] Integrate with KWayland for fake input support 2015-07-09 10:48:00 +02:00
kdeconnect_mousepad.json Merge branch '0.9' 2016-01-02 12:51:30 -08:00
mousepadplugin.cpp run Clang Modernize 2015-09-08 10:47:37 +02:00
mousepadplugin.h run Clang Modernize 2015-09-08 10:47:37 +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