diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-12-04 14:08:04 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-03-05 09:52:03 +0100 |
commit | 21bae11a39570bea2d7c839d01363dafdab608ce (patch) | |
tree | 024601e60c8e4f5935709c22da369da9bc3d1ec3 /include/ui | |
parent | 2e08c665cccfcaa05e4a82b5a6a8865a6f42c340 (diff) | |
download | qemu-21bae11a39570bea2d7c839d01363dafdab608ce.tar.gz qemu-21bae11a39570bea2d7c839d01363dafdab608ce.tar.bz2 qemu-21bae11a39570bea2d7c839d01363dafdab608ce.zip |
input: mouse: switch cocoa ui to new core
Build fixes by Peter Maydell.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index 8543d18319..a3062d092c 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -14,6 +14,8 @@ #define MOUSE_EVENT_LBUTTON 0x01 #define MOUSE_EVENT_RBUTTON 0x02 #define MOUSE_EVENT_MBUTTON 0x04 +#define MOUSE_EVENT_WHEELUP 0x08 +#define MOUSE_EVENT_WHEELDN 0x10 /* identical to the ps/2 keyboard bits */ #define QEMU_SCROLL_LOCK_LED (1 << 0) |