kdeconnect-kde/plugins/mousepad
2019-12-22 10:15:58 +02:00
..
abstractremoteinput.cpp Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
abstractremoteinput.h Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
CMakeLists.txt Just keep CMakeLists as it was 2019-07-21 22:49:07 +00:00
config-mousepad.h.cmake Just keep CMakeLists as it was 2019-07-21 22:49:07 +00:00
kdeconnect_mousepad.json SVN_SILENT made messages (.desktop file) - always resolve ours 2019-08-07 05:00:07 +02:00
macosremoteinput.h Just keep CMakeLists as it was 2019-07-21 22:49:07 +00:00
macosremoteinput.mm Fix minor EBN issues 2019-12-22 09:49:55 +02:00
mousepadplugin.cpp Just keep CMakeLists as it was 2019-07-21 22:49:07 +00:00
mousepadplugin.h Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
README Implementation of mousepad plugin 2014-06-27 15:43:34 +02:00
waylandremoteinput.cpp Fix minor typos 2019-12-22 10:15:58 +02:00
waylandremoteinput.h Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
windowsremoteinput.cpp Fix minor EBN issues 2019-12-22 09:49:55 +02:00
windowsremoteinput.h re-add support for keyboard in Windows build 2019-08-18 19:58:02 +00:00
x11remoteinput.cpp Fix minor typos 2019-12-22 10:15:58 +02:00
x11remoteinput.h Replace http GNU urls with https 2019-03-23 17:29:26 +01: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