Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/
H A Dmoused.c399 long clickthreshold; /* double click speed in msec */ member
426 .clickthreshold = DFLT_CLICKTHRESHOLD,
724 rodent.clickthreshold = atoi(optarg); in main()
725 if ((rodent.clickthreshold < 0) || in main()
726 (rodent.clickthreshold > MAX_CLICKTHRESHOLD)) { in main()
2526 ts2.tv_sec = rodent.clickthreshold / 1000; in r_timestamp()
2527 ts2.tv_nsec = (rodent.clickthreshold % 1000) * 1000000; in r_timestamp()