scrcpy/server
Romain Vimont 11a60e5767 Keep screen info in cache
Currently, we only use screen information (width, height, rotation)
once at initialization, to send the device size to the client.

To be able to scale mouse events, make it accessible in memory. For this
purpose, replace the "static" DeviceUtil to a singleton Device, and
update it on every screen rotation.
2018-01-23 16:44:59 +01:00
..
src Keep screen info in cache 2018-01-23 16:44:59 +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 Keep screen info in cache 2018-01-23 16:44:59 +01:00