HomeSort by: relevance | last modified time | path
    Searched defs:btnno (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/wscons/
wsmouse.c 465 int btnno; local in function:wsmouse_input
483 btnno = ffs(d) - 1;
484 KASSERT(btnno >= 0);
495 events[nevents].value = btnno;
498 ub ^= (1 << btnno);
503 if ((mb & d) && (sc->sc_repeat.wr_buttons & (1 << btnno)) &&
505 sc->sc_repeat_button = btnno;
wsmouse.c 465 int btnno; local in function:wsmouse_input
483 btnno = ffs(d) - 1;
484 KASSERT(btnno >= 0);
495 events[nevents].value = btnno;
498 ub ^= (1 << btnno);
503 if ((mb & d) && (sc->sc_repeat.wr_buttons & (1 << btnno)) &&
505 sc->sc_repeat_button = btnno;

Completed in 25 milliseconds