Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/ui/
H A Dinput-legacy.c117 [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()
/openbmc/qemu/hw/i386/
H A Dvmmouse.c116 if ((buttons_state & MOUSE_EVENT_MBUTTON)) in vmmouse_mouse_event()
/openbmc/qemu/include/ui/
H A Dconsole.h37 #define MOUSE_EVENT_MBUTTON 0x04 macro