Searched refs:wsev (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c468 static void wsev(int ty, int val);
842 wsev(int ty, int val) function
849 printf("wsev: type=%d value=%d\n", ty, val);
971 wsev(WSCONS_EVENT_MOUSE_DELTA_X, action2.dx * rodent.accelx);
973 wsev(WSCONS_EVENT_MOUSE_DELTA_Y, -action2.dy * rodent.accely);
975 wsev(WSCONS_EVENT_MOUSE_DELTA_Z, action2.dz);
981 wsev(lastbutton & (1<<i) ? WSCONS_EVENT_MOUSE_DOWN :

Completed in 126 milliseconds