You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/server/src/com/genymobile/scrcpy/wrappers
Romain Vimont 89f6a3cfe7 Handle resized video stream
Accept a parameter to limit the video size.

For instance, with "-m 960", the great side of the video will be scaled
down to 960 (if necessary), while the other side will be scaled down so
that the aspect ratio is preserved. Both dimensions must be a multiple
of 8, so black bands might be added, and the mouse positions must be
computed accordingly.
6 years ago
..
DisplayManager.java Handle resized video stream 6 years ago
InputManager.java Implement keyboard/mouse control 6 years ago
ServiceManager.java Implement keyboard/mouse control 6 years ago
WindowManager.java Implement framework wrappers separately 7 years ago