mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
ps2: Initial horizontal scroll support
This change adds support for horizontal scroll to ps/2 mouse device code. The code is implemented to match the logic of linux kernel which is used as a reference. Signed-off-by: Dmitry Petrov <dpetroff@gmail.com> Message-Id: <20220108153947.171861-2-dpetroff@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
f0602b7099
commit
64ebbb7d62
2 changed files with 50 additions and 9 deletions
|
@ -905,7 +905,7 @@
|
|||
##
|
||||
{ 'enum' : 'InputButton',
|
||||
'data' : [ 'left', 'middle', 'right', 'wheel-up', 'wheel-down', 'side',
|
||||
'extra' ] }
|
||||
'extra', 'wheel-left', 'wheel-right' ] }
|
||||
|
||||
##
|
||||
# @InputAxis:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue