Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/moused/
H A Dmoused.c426 int scrollthreshold; /* Movement distance before virtual scrolling */ member
451 .scrollthreshold = DFLT_SCROLLTHRESHOLD,
836 rodent.scrollthreshold = atoi(optarg); in main()
837 if (rodent.scrollthreshold < 0) { in main()
1193 if (scroll_movement < -rodent.scrollthreshold) { in moused()
1195 } else if (scroll_movement > rodent.scrollthreshold) { in moused()
1201 if (hscroll_movement < -rodent.scrollthreshold) { in moused()
1203 } else if (hscroll_movement > rodent.scrollthreshold) { in moused()