Home
last modified time | relevance | path

Searched refs:WSCONS_EVENT_MOUSE_UP (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/share/examples/rump/ums_draw/
Dms.c89 case WSCONS_EVENT_MOUSE_UP: in main()
/netbsd/src/usr.sbin/wsmoused/
Daction.c124 case WSCONS_EVENT_MOUSE_UP: in action_wsmouse_event()
Dwsmoused.h44 #define IS_BUTTON_EVENT(type) (((type) == WSCONS_EVENT_MOUSE_UP) || \
Dselection.c300 case WSCONS_EVENT_MOUSE_UP: in selection_wsmouse_event()
/netbsd/src/usr.sbin/tpctl/
Dtp.c121 case WSCONS_EVENT_MOUSE_UP: in tp_flush()
/netbsd/src/sys/dev/wscons/
Dwsmouse.c494 (mb & d) ? WSCONS_EVENT_MOUSE_DOWN : WSCONS_EVENT_MOUSE_UP; in wsmouse_input()
589 events[0].type = WSCONS_EVENT_MOUSE_UP; in wsmouse_repeat()
Dwsconsio.h67 #define WSCONS_EVENT_MOUSE_UP 4 /* button # (leftmost = 0) */ macro
/netbsd/src/usr.sbin/moused/
Dmoused.c973 WSCONS_EVENT_MOUSE_UP, i); in moused()