Searched refs:clickthreshold (Results 1 – 1 of 1) sorted by relevance
400 long clickthreshold; /* double click speed in msec */ member427 .clickthreshold = DFLT_CLICKTHRESHOLD,725 rodent.clickthreshold = atoi(optarg); in main()726 if ((rodent.clickthreshold < 0) || in main()727 (rodent.clickthreshold > MAX_CLICKTHRESHOLD)) { in main()2528 ts2.tv_sec = rodent.clickthreshold / 1000; in r_timestamp()2529 ts2.tv_nsec = (rodent.clickthreshold % 1000) * 1000000; in r_timestamp()