Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/moused/
H A Dmoused.c402 long clickthreshold; /* double click speed in msec */ member
429 .clickthreshold = DFLT_CLICKTHRESHOLD,
727 rodent.clickthreshold = atoi(optarg); in main()
728 if ((rodent.clickthreshold < 0) || in main()
729 (rodent.clickthreshold > MAX_CLICKTHRESHOLD)) { in main()
2530 ts2.tv_sec = rodent.clickthreshold / 1000; in r_timestamp()
2531 ts2.tv_nsec = (rodent.clickthreshold % 1000) * 1000000; in r_timestamp()