Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c1497 act->button = butmapintelli[(rBuf & MOUSE_MSS_BUTTONS) >> 4] in r_protocol()
1504 act->button = butmapmss2[(rBuf & MOUSE_MSS_BUTTONS) >> 4] in r_protocol()
1539 act->button |= ((pBuf[0] & MOUSE_MSS_BUTTONS) == MOUSE_MSS_BUTTONS) in r_protocol()
1541 : butmapmss[(pBuf[0] & MOUSE_MSS_BUTTONS) >> 4]; in r_protocol()
1544 | butmapmss[(pBuf[0] & MOUSE_MSS_BUTTONS) >> 4]; in r_protocol()
1566 | butmapmss[(pBuf[0] & MOUSE_MSS_BUTTONS) >> 4]; in r_protocol()
/freebsd/sys/sys/
H A Dmouse.h238 #define MOUSE_MSS_BUTTONS 0x30 macro