mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
input: mouse: switch cocoa ui to new core
Build fixes by Peter Maydell. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
2e08c665cc
commit
21bae11a39
2 changed files with 44 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue