kdeconnect-kde/plugins/mousepad
2018-11-07 17:13:18 +01:00
..
abstractremoteinput.cpp
abstractremoteinput.h
CMakeLists.txt
config-mousepad.h.cmake
kdeconnect_mousepad.json SVN_SILENT made messages (.desktop file) - always resolve ours 2018-10-24 05:55:51 +02:00
mousepadplugin.cpp
mousepadplugin.h
README
waylandremoteinput.cpp
waylandremoteinput.h
windowsremoteinput.cpp Fix Windows build which I just broke 2018-11-07 17:13:18 +01:00
windowsremoteinput.h
x11remoteinput.cpp Add detection of the Meta/Super key press 2018-11-07 16:05:21 +01:00
x11remoteinput.h

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