HomeSort by: relevance | last modified time | path
    Searched defs:clickthreshold (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/moused/
moused.c 354 long clickthreshold; /* double click speed in msec */ member in struct:rodentparam
374 .clickthreshold = DFLT_CLICKTHRESHOLD,
2144 tv2.tv_sec = rodent.clickthreshold/1000;
2145 tv2.tv_usec = (rodent.clickthreshold%1000)*1000;

Completed in 204 milliseconds