Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/moused/
H A Dmoused.c412 int scrollthreshold; /* Movement distance before virtual scrolling */ member
437 .scrollthreshold = DFLT_SCROLLTHRESHOLD,
822 rodent.scrollthreshold = atoi(optarg); in main()
823 if (rodent.scrollthreshold < 0) { in main()
1170 if (scroll_movement < -rodent.scrollthreshold) { in moused()
1172 } else if (scroll_movement > rodent.scrollthreshold) { in moused()
1178 if (hscroll_movement < -rodent.scrollthreshold) { in moused()
1180 } else if (hscroll_movement > rodent.scrollthreshold) { in moused()