kdeconnect-kde/plugins/mousepad
Aleix Pol 4b261508ff wayland: support removing the fake input interface
If it can be removed, we better react to it.
2019-01-31 16:38:21 +01:00
..
abstractremoteinput.cpp Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
abstractremoteinput.h Enable desktop2desktop keyboard input 2018-05-12 17:52:07 +02: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-01-09 05:31:18 +01:00
mousepadplugin.cpp Fix crashing devicetest 2018-07-12 16:14:44 +02:00
mousepadplugin.h Enable desktop2desktop keyboard input 2018-05-12 17:52:07 +02:00
README Implementation of mousepad plugin 2014-06-27 15:43:34 +02:00
waylandremoteinput.cpp wayland: support removing the fake input interface 2019-01-31 16:38:21 +01:00
waylandremoteinput.h wayland: support removing the fake input interface 2019-01-31 16:38:21 +01:00
windowsremoteinput.cpp Fix Windows build which I just broke 2018-11-07 17:13:18 +01:00
windowsremoteinput.h Split platform-specific code from mousepad plugin 2018-04-04 22:38:16 +02:00
x11remoteinput.cpp Add detection of the Meta/Super key press 2018-11-07 16:05:21 +01:00
x11remoteinput.h Enable desktop2desktop keyboard input 2018-05-12 17:52:07 +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