scrcpy/server
Romain Vimont cabb102a04 Implement keyboard/mouse control
To control the device from the computer:
 - retrieve mouse and keyboard SDL events;
 - convert them to Android events;
 - serialize them;
 - send them on the same socket used by the video stream (but in the
 opposite direction);
 - deserialize the events on the Android side;
 - inject them using the InputManager.
2018-01-18 17:25:13 +01:00
..
src Implement keyboard/mouse control 2018-01-18 17:25:13 +01:00
tests/com/genymobile/scrcpy Implement keyboard/mouse control 2018-01-18 17:25:13 +01:00
.gitignore Initial commit 2017-12-12 15:25:15 +01:00
Makefile Implement keyboard/mouse control 2018-01-18 17:25:13 +01:00