diff options
author | Dmitry Petrov <dpetroff@gmail.com> | 2022-01-08 16:39:43 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-01-13 15:33:18 +0100 |
commit | 64ebbb7d62cfe3e435b1ce87f839398b75bbc35a (patch) | |
tree | 5157b22991a6a735853343c3477c6720cdee8691 /qapi/ui.json | |
parent | f0602b709985b28bc8ce572d6c517d9c26669735 (diff) | |
download | qemu-64ebbb7d62cfe3e435b1ce87f839398b75bbc35a.zip qemu-64ebbb7d62cfe3e435b1ce87f839398b75bbc35a.tar.gz qemu-64ebbb7d62cfe3e435b1ce87f839398b75bbc35a.tar.bz2 |
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>
Diffstat (limited to 'qapi/ui.json')
-rw-r--r-- | qapi/ui.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/ui.json b/qapi/ui.json index 2b4371d..9354f4c 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -905,7 +905,7 @@ ## { 'enum' : 'InputButton', 'data' : [ 'left', 'middle', 'right', 'wheel-up', 'wheel-down', 'side', - 'extra' ] } + 'extra', 'wheel-left', 'wheel-right' ] } ## # @InputAxis: |