Searched refs:clickthreshold (Results 1 – 2 of 2) sorted by relevance
96 clickthreshold : 500, /* 0.5 sec */253 delay.tv_sec = mouse.clickthreshold / 1000; in mouse_click()254 delay.tv_usec = (mouse.clickthreshold % 1000) * 1000; in mouse_click()545 mouse.clickthreshold = atoi(optarg); in main()546 if (mouse.clickthreshold < 0 || in main()547 mouse.clickthreshold > MAX_CLICKTHRESHOLD) { in main()
115 long clickthreshold; /* double click speed in msec */ member