Searched refs:scrollthreshold (Results 1 – 1 of 1) sorted by relevance
412 int scrollthreshold; /* Movement distance before virtual scrolling */ member437 .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()