kdeconnect-kde/plugins/mousepad
l10n daemon script cedd6f0c8b SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-06-29 05:17:17 +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 Use OPTIONAL_COMPONENTS to search for KF5Wayland and DocTools 2018-04-12 12:08:03 +02:00
config-mousepad.h.cmake Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
kdeconnect_mousepad.json SVN_SILENT made messages (.desktop file) - always resolve ours 2019-06-29 05:17:17 +02:00
mousepadplugin.cpp Use K_PLUGIN_CLASS_WITH_JSON 2019-06-12 22:16:54 +02: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 Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
waylandremoteinput.h Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
windowsremoteinput.cpp Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
windowsremoteinput.h Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
x11remoteinput.cpp Replace http GNU urls with https 2019-03-23 17:29:26 +01: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