FreeRDP/client
Pascal Nowack 0f4ca4c3fb clients: Use the correct wheel rotation value
For the negative scrolling direction, RDP uses the two's complement,
instead of the positive wheel value with the negative flag.
xfreerdp currently uses the positive wheel value in addition to the
negative flag, which results in a wrong wheel value on the server side
(136 instead of 120).

Fix this, by using the correct wheel rotation value, which is in the
two's complement.

(cherry picked from commit 1087a5e1a6)
2021-02-25 09:51:41 +01:00
..
Android Increased version to 2.3.0 2021-02-25 09:51:41 +01:00
common Added option to remap scancodes 2021-02-25 09:51:41 +01:00
iOS Spelling fixes for iOS strings 2020-05-05 07:46:09 +02:00
Mac clients: Use the correct wheel rotation value 2021-02-25 09:51:41 +01:00
Sample Refactored freerdp_client_settings_command_line_status_print_ex 2021-02-25 09:51:41 +01:00
Wayland clients: Use the correct wheel rotation value 2021-02-25 09:51:41 +01:00
Windows clients: Use the correct wheel rotation value 2021-02-25 09:51:41 +01:00
X11 clients: Use the correct wheel rotation value 2021-02-25 09:51:41 +01:00
.gitignore Removed DirectFB client as it is unmaintained 2018-11-22 14:40:19 +01:00
CMakeLists.txt Removed DirectFB client as it is unmaintained 2018-11-22 14:40:19 +01:00
freerdp-client.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ClientConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00