scrcpy/app
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
..
src Handle mouse events outside device screen 2018-11-27 08:59:22 +01:00
tests Declare fun(void) functions with no parameters 2018-10-04 17:04:20 +02:00
meson.build Configure version at meson project level 2018-11-12 14:10:21 +01:00