scrcpy/server/src/main
Romain Vimont fefb9816a9 Handle mouse events outside device screen
Mouse events position were unsigned (so negative values could not be
handled properly).

To avoid issues with negative values, mouse events outside the device
screen were ignored (commit a7fe9ad779).

But as a consequence, drag&drop were "broken" if the "drop" occurred
outside the device screen.

Instead, use signed 32-bits to store the position, and forward events
outside the device screen.

Fixes <https://github.com/Genymobile/scrcpy/issues/357>.
2018-11-27 08:59:22 +01:00
..
aidl/android/view Convert server to an Android project 2018-01-30 12:01:36 +01:00
java/com/genymobile/scrcpy Handle mouse events outside device screen 2018-11-27 08:59:22 +01:00
AndroidManifest.xml Convert server to an Android project 2018-01-30 12:01:36 +01:00