scrcpy/app
Romain Vimont f9a63ec272 Reverse horizontal scrolling behavior
The SDL mouse wheel event seems inconsistent between horizontal and
vertical scrolling.

> Movements to the left generate negative x values and to the right
> generate positive x values. Movements down (scroll backward) generate
> negative y values and up (scroll forward) generate positive y values.

<https://wiki.libsdl.org/SDL_MouseWheelEvent#Remarks>

Reverse the horizontal.

Fixes <https://github.com/Genymobile/scrcpy/issues/49>.
2018-03-12 09:37:46 +01:00
..
src Reverse horizontal scrolling behavior 2018-03-12 09:37:46 +01:00
tests Swap position/point names 2018-01-29 14:52:22 +01:00
meson.build Upgrade version to 1.0 2018-03-08 09:21:06 +01:00