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

/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c1454 static int butmapmsc[8] = { /* MouseSystems, MMSeries, Logitech, local
1710 act->button = butmapmsc[(~pBuf[0]) & MOUSE_MSC_BUTTONS];
1723 act->button = butmapmsc[pBuf[0] & MOUSE_MSC_BUTTONS];
1754 act->button = butmapmsc[(~pBuf[0]) & MOUSE_MSC_BUTTONS];
1931 act->button = butmapmsc[(~pBuf[0]) & MOUSE_SYS_STDBUTTONS];

Completed in 65 milliseconds