kdeconnect-kde/plugins/mousepad
2018-04-09 18:23:54 +02:00
..
abstractremoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
abstractremoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
CMakeLists.txt Make Qt X11Extras not a hard dependency 2018-04-08 19:21:02 +02:00
config-mousepad.h.cmake Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
kdeconnect_mousepad.json Remove unused "Encoding": "UTF-8" from plugins' metadata JSON 2018-03-17 23:32:27 +01:00
mousepadplugin.cpp Fix Windows build 2018-04-09 18:23:54 +02:00
mousepadplugin.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
README Implementation of mousepad plugin 2014-06-27 15:43:34 +02:00
waylandremoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
waylandremoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
windowsremoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
windowsremoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
x11remoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
x11remoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +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