mirror of https://github.com/FreeRDP/FreeRDP
Fixed X11 horizontal mouse wheel direction.
This commit is contained in:
parent
e034d3552a
commit
2dcc2614d4
|
@ -1043,8 +1043,8 @@ static const button_map xf_button_flags[NUM_BUTTONS_MAPPED] =
|
|||
{Button3, PTR_FLAGS_BUTTON2},
|
||||
{Button4, PTR_FLAGS_WHEEL | 0x78},
|
||||
{Button5, PTR_FLAGS_WHEEL | PTR_FLAGS_WHEEL_NEGATIVE | 0x78},
|
||||
{6, PTR_FLAGS_HWHEEL | 0x78},
|
||||
{7, PTR_FLAGS_HWHEEL | PTR_FLAGS_WHEEL_NEGATIVE | 0x78},
|
||||
{6, PTR_FLAGS_HWHEEL | PTR_FLAGS_WHEEL_NEGATIVE | 0x78},
|
||||
{7, PTR_FLAGS_HWHEEL | 0x78},
|
||||
{8, PTR_XFLAGS_BUTTON1},
|
||||
{9, PTR_XFLAGS_BUTTON2},
|
||||
{97, PTR_XFLAGS_BUTTON1},
|
||||
|
|
Loading…
Reference in New Issue