Searched refs:MOUSE_EVENT_MBUTTON (Results 1 – 5 of 5) sorted by relevance
252 if (s->buttons_state & MOUSE_EVENT_MBUTTON) in usb_mouse_poll()282 if (s->buttons_state & MOUSE_EVENT_MBUTTON) in usb_wacom_poll()
117 [INPUT_BUTTON_MIDDLE] = MOUSE_EVENT_MBUTTON, in legacy_mouse_event()
59 [INPUT_BUTTON_MIDDLE] = MOUSE_EVENT_MBUTTON, in hmp_mouse_button()
116 if ((buttons_state & MOUSE_EVENT_MBUTTON)) in vmmouse_mouse_event()
37 #define MOUSE_EVENT_MBUTTON 0x04 macro