Home
last modified time | relevance | path

Searched refs:BTN_DOWN_EV (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/wscons/
H A Dwsmouseinput.h219 #define BTN_DOWN_EV WSCONS_EVENT_MOUSE_DOWN macro
H A Dwsmouse.c984 ev_type = (btn->buttons & bit) ? BTN_DOWN_EV : BTN_UP_EV; in wsmouse_btn_sync()
H A Dwstpad.c920 ev = BTN_DOWN_EV; in wstpad_tap_timeout()