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

/freebsd-current/usr.sbin/moused/
H A Dmoused.c2407 int lbutton; local
2418 lbutton = atoi(s);
2428 if ((lbutton <= 0) || (lbutton > MOUSE_MAXBUTTON))
2432 p2l[pbutton - 1] = 1 << (lbutton - 1);
2433 mstate[lbutton - 1] = &bstate[pbutton - 1];

Completed in 103 milliseconds