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