Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/wsmoused/
Dwsmoused.c96 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()
Dwsmoused.h115 long clickthreshold; /* double click speed in msec */ member