kdeconnect-kde/plugins/mousepad
Piyush Aggarwal a7a58cc8c6 Revert "plugins/mousepad: wait for a microsecond to allow interpolation"
This reverts the microsec delay as it introduces a lot of aggregated delay in mouse movement.
2021-08-09 03:06:56 +05:30
..
abstractremoteinput.cpp Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
abstractremoteinput.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
CMakeLists.txt Clean up unneeded JSON parameter in kcoreaddons_add_plugin 2021-06-28 20:33:52 +02: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 2021-07-28 01:18:37 +00:00
macosremoteinput.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
macosremoteinput.mm Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
mousepadplugin.cpp Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
mousepadplugin.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
README Implementation of mousepad plugin 2014-06-27 15:43:34 +02:00
waylandremoteinput.cpp wayland/x11 remoteinput.cpp: add missing conditional check for isSingleRelease 2021-07-01 11:08:43 +05:30
waylandremoteinput.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
windowsremoteinput.cpp Revert "plugins/mousepad: wait for a microsecond to allow interpolation" 2021-08-09 03:06:56 +05:30
windowsremoteinput.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
x11remoteinput.cpp wayland/x11 remoteinput.cpp: add missing conditional check for isSingleRelease 2021-07-01 11:08:43 +05:30
x11remoteinput.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00: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