Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/wscons/
Dwsconsio.h89 #define WSCONS_EVENT_WSMOUSED_OFF 13 /* wsmoused(8) inactive */ macro
98 (type == WSCONS_EVENT_WSMOUSED_OFF))
Dwsdisplay.c2608 case WSCONS_EVENT_WSMOUSED_OFF: in ctrl_event()
/openbsd/src/usr.sbin/wsmoused/
Dwsmoused.c225 event.type = WSCONS_EVENT_WSMOUSED_OFF; in terminate()