Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/moused/
H A Dmoused.c301 u_int clickthreshold; /* double click speed in msec */ member
1588 .clickthreshold = DFLT_CLICKTHRESHOLD, in r_init_buttons()
1605 bt->clickthreshold = opt_clickthreshold; in r_init_buttons()
1607 quirks_get_uint32(q, MOUSED_CLICK_THRESHOLD, &bt->clickthreshold); in r_init_buttons()
2768 ts = tssubms(&ts1, bt->clickthreshold); in r_timestamp()