Home
last modified time | relevance | path

Searched refs:MOUSE_EVENT_MBUTTON (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/usb/
H A Ddev-wacom.c252 if (s->buttons_state & MOUSE_EVENT_MBUTTON) in usb_mouse_poll()
282 if (s->buttons_state & MOUSE_EVENT_MBUTTON) in usb_wacom_poll()
/qemu/ui/
H A Dinput-legacy.c154 [INPUT_BUTTON_MIDDLE] = MOUSE_EVENT_MBUTTON, in legacy_mouse_event()
H A Dui-hmp-cmds.c59 [INPUT_BUTTON_MIDDLE] = MOUSE_EVENT_MBUTTON, in hmp_mouse_button()
/qemu/hw/i386/
H A Dvmmouse.c116 if ((buttons_state & MOUSE_EVENT_MBUTTON)) in vmmouse_mouse_event()
/qemu/include/ui/
H A Dconsole.h37 #define MOUSE_EVENT_MBUTTON 0x04
36 #define MOUSE_EVENT_MBUTTON global() macro
/qemu/hw/char/
H A Descc.c967 if (buttons_state & MOUSE_EVENT_MBUTTON) { in sunmouse_event()