Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/moused/
H A Dmoused.c410 int scrollthreshold; /* Movement distance before virtual scrolling */ member
435 .scrollthreshold = DFLT_SCROLLTHRESHOLD,
820 rodent.scrollthreshold = atoi(optarg); in main()
821 if (rodent.scrollthreshold < 0) { in main()
1168 if (scroll_movement < -rodent.scrollthreshold) { in moused()
1170 } else if (scroll_movement > rodent.scrollthreshold) { in moused()
1176 if (hscroll_movement < -rodent.scrollthreshold) { in moused()
1178 } else if (hscroll_movement > rodent.scrollthreshold) { in moused()