Home
last modified time | relevance | path

Searched refs:MOUSE_EVENT_RBUTTON (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/usb/
H A Ddev-wacom.c250 if (s->buttons_state & MOUSE_EVENT_RBUTTON) in usb_mouse_poll()
280 if (s->buttons_state & MOUSE_EVENT_RBUTTON) in usb_wacom_poll()
/qemu/hw/input/
H A Dadb-mouse.c100 if (!(s->buttons_state & MOUSE_EVENT_RBUTTON)) { in adb_mouse_poll()
/qemu/ui/
H A Dinput-legacy.c155 [INPUT_BUTTON_RIGHT] = MOUSE_EVENT_RBUTTON, in legacy_mouse_event()
H A Dui-hmp-cmds.c60 [INPUT_BUTTON_RIGHT] = MOUSE_EVENT_RBUTTON, in hmp_mouse_button()
/qemu/hw/i386/
H A Dvmmouse.c114 if ((buttons_state & MOUSE_EVENT_RBUTTON)) in vmmouse_mouse_event()
/qemu/include/ui/
H A Dconsole.h36 #define MOUSE_EVENT_RBUTTON 0x02 macro
/qemu/hw/char/
H A Descc.c970 if (buttons_state & MOUSE_EVENT_RBUTTON) { in sunmouse_event()