kdeconnect-kde/plugins/mousepad
Aleix Pol fec500da39 mousepad: Default to scrolling up when fingers move up on the android version
It mimicks the behaviour of X11.

BUG: 410156
2021-04-22 14:09:12 +00:00
..
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 Fix build with libfakekey 2020-11-17 14:34:20 +01: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-04-19 01:18:23 +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 mousepad: Default to scrolling up when fingers move up on the android version 2021-04-22 14:09:12 +00:00
waylandremoteinput.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
windowsremoteinput.cpp Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
windowsremoteinput.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
x11remoteinput.cpp Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
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