Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/moused/
H A Dmoused.c2062 register int pbuttons; in r_map() local
2065 pbuttons = act1->button; in r_map()
2069 if (pbuttons & rodent.wmode) { in r_map()
2070 pbuttons &= ~rodent.wmode; in r_map()
2095 pbuttons &= ~(rodent.zmap[0] | rodent.zmap[1] in r_map()
2098 pbuttons |= rodent.zmap[2]; in r_map()
2101 pbuttons |= rodent.zmap[0]; in r_map()
2104 pbuttons |= rodent.zmap[3]; in r_map()
2107 pbuttons |= rodent.zmap[1]; in r_map()
2114 for (pb = 0; (pb < MOUSE_MAXBUTTON) && (pbuttons != 0); ++pb) { in r_map()
[all …]