Home
last modified time | relevance | path

Searched refs:WSCONS_EVENT_MOUSE_DELTA_Z (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/usr.sbin/wsmoused/
Dwsmoused.h37 ((type) == WSCONS_EVENT_MOUSE_DELTA_Z) || \
Dselection.c264 case WSCONS_EVENT_MOUSE_DELTA_Z: /* FALLTHROUGH */ in selection_wsmouse_event()
/netbsd/src/usr.sbin/tpctl/
Dtp.c127 case WSCONS_EVENT_MOUSE_DELTA_Z: in tp_flush()
/netbsd/src/sys/dev/wscons/
Dwsconsio.h73 #define WSCONS_EVENT_MOUSE_DELTA_Z 10 /* Z delta amount */ macro
Dwsmouse.c444 events[nevents].type = WSCONS_EVENT_MOUSE_DELTA_Z; in wsmouse_input()
/netbsd/src/usr.sbin/moused/
Dmoused.c966 wsev(WSCONS_EVENT_MOUSE_DELTA_Z, action2.dz); in moused()