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