kdeconnect-kde/plugins/mousepad
Albert Vaca 84bba9429f Merge branch 'master' into 1.x
# Conflicts:
#	core/backends/lan/downloadjob.cpp
#	core/backends/lan/downloadjob.h
#	core/filetransferjob.cpp
#	core/filetransferjob.h
#	plugins/notifications/sendreplydialog.cpp
#	plugins/notifications/sendreplydialog.h
#	plugins/telephony/sendsmsdialog.cpp
#	plugins/telephony/sendsmsdialog.h
2017-09-03 22:05:54 +02:00
..
CMakeLists.txt Refactor capabilities together with Albert 2016-05-31 17:16:01 +02:00
config-mousepad.h.cmake Refactor capabilities together with Albert 2016-05-31 17:16:01 +02:00
kdeconnect_mousepad.json Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
mousepadplugin.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
mousepadplugin.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
README Implementation of mousepad plugin 2014-06-27 15:43:34 +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