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

/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmouse.h194 #define MOUSE_MSS_BUTTONS 0x30 macro
H A Dmoused.c1630 act->button = butmapintelli[(rBuf & MOUSE_MSS_BUTTONS) >> 4]
1637 act->button = butmapmss2[(rBuf & MOUSE_MSS_BUTTONS) >> 4]
1672 act->button |= ((pBuf[0] & MOUSE_MSS_BUTTONS) == MOUSE_MSS_BUTTONS)
1674 : butmapmss[(pBuf[0] & MOUSE_MSS_BUTTONS) >> 4];
1677 | butmapmss[(pBuf[0] & MOUSE_MSS_BUTTONS) >> 4];
1701 | butmapmss[(pBuf[0] & MOUSE_MSS_BUTTONS) >> 4];

Completed in 63 milliseconds