Searched refs:MOUSE_EVENT_RBUTTON (Results 1 – 5 of 5) sorted by relevance
250 if (s->buttons_state & MOUSE_EVENT_RBUTTON) in usb_mouse_poll()280 if (s->buttons_state & MOUSE_EVENT_RBUTTON) in usb_wacom_poll()
118 [INPUT_BUTTON_RIGHT] = MOUSE_EVENT_RBUTTON, in legacy_mouse_event()
60 [INPUT_BUTTON_RIGHT] = MOUSE_EVENT_RBUTTON, in hmp_mouse_button()
114 if ((buttons_state & MOUSE_EVENT_RBUTTON)) in vmmouse_mouse_event()
36 #define MOUSE_EVENT_RBUTTON 0x02 macro