Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/ui/
H A Dinput-legacy.c118 [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()
/openbmc/qemu/hw/i386/
H A Dvmmouse.c114 if ((buttons_state & MOUSE_EVENT_RBUTTON)) in vmmouse_mouse_event()
/openbmc/qemu/include/ui/
H A Dconsole.h36 #define MOUSE_EVENT_RBUTTON 0x02 macro