Home
last modified time | relevance | path

Searched refs:WSCONS_EVENT_MOUSE_DOWN (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/wsmoused/
Dwsmoused.c260 if (event->type == WSCONS_EVENT_MOUSE_DOWN) { in mouse_click()
277 if (event->type == WSCONS_EVENT_MOUSE_DOWN) { in mouse_click()
371 WSCONS_EVENT_MOUSE_DOWN : WSCONS_EVENT_MOUSE_UP; in split_event()
/openbsd/src/sys/dev/wscons/
Dwsconsio.h73 #define WSCONS_EVENT_MOUSE_DOWN 5 /* button # (leftmost = 0) */ macro
96 ((type) == WSCONS_EVENT_MOUSE_DOWN))
Dwsmouseinput.h219 #define BTN_DOWN_EV WSCONS_EVENT_MOUSE_DOWN
Dwsdisplay.c2518 WSCONS_EVENT_MOUSE_DOWN) { in wsmoused()