scrcpy/app
Romain Vimont 8984c1a7c4 Scale mouse events
The video screen size on the client may differ from the real device
screen size (e.g. the video stream may be scaled down). As a
consequence, mouse events must be scaled to match the real device
coordinates.

For this purpose, make the client send the video screen size along with
the absolute pointer location, and the server scale the location to
match the real device size before injecting mouse events.
2018-01-23 16:44:59 +01:00
..
src Scale mouse events 2018-01-23 16:44:59 +01:00
tests Scale mouse events 2018-01-23 16:44:59 +01:00
meson.build Extract server-related functions 2018-01-22 11:29:44 +01:00