Searched refs:BTN_DOWN_EV (Results 1 – 3 of 3) sorted by relevance
219 #define BTN_DOWN_EV WSCONS_EVENT_MOUSE_DOWN macro
984 ev_type = (btn->buttons & bit) ? BTN_DOWN_EV : BTN_UP_EV; in wsmouse_btn_sync()
920 ev = BTN_DOWN_EV; in wstpad_tap_timeout()