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

/freebsd-current/usr.sbin/moused/
H A Dmoused.c409 int scrollthreshold; /* Movement distance before virtual scrolling */ member in struct:rodentparam
434 .scrollthreshold = DFLT_SCROLLTHRESHOLD,
819 rodent.scrollthreshold = atoi(optarg);
820 if (rodent.scrollthreshold < 0) {
1167 if (scroll_movement < -rodent.scrollthreshold) {
1169 } else if (scroll_movement > rodent.scrollthreshold) {
1175 if (hscroll_movement < -rodent.scrollthreshold) {
1177 } else if (hscroll_movement > rodent.scrollthreshold) {

Completed in 91 milliseconds