e58c1a1415
This plugin provides synergy-like behavior of sharing input devices between machines by moving the cursor seamlessly between them. To this end this uses the InputCapture Portal to be notified when the cursor moves 'out of the screen'. For forwarding input the existing mousepad infrastructure is used. On the other side a tiny hidden plugin listens to mouse events to track when input should pass back to source machine.
7 lines
205 B
CMake
7 lines
205 B
CMake
kdeconnect_add_plugin(kdeconnect_shareinputdevicesremote SOURCES shareinputdevicesremoteplugin.cpp)
|
|
|
|
target_link_libraries(kdeconnect_shareinputdevicesremote
|
|
kdeconnectcore
|
|
Qt::Gui
|
|
KF6::I18n
|
|
)
|