Searched refs:clickthreshold (Results 1 – 1 of 1) sorted by relevance
301 u_int clickthreshold; /* double click speed in msec */ member1534 .clickthreshold = DFLT_CLICKTHRESHOLD, in r_init_buttons()1551 bt->clickthreshold = opt_clickthreshold; in r_init_buttons()1553 quirks_get_uint32(q, MOUSED_CLICK_THRESHOLD, &bt->clickthreshold); in r_init_buttons()2714 ts = tssubms(&ts1, bt->clickthreshold); in r_timestamp()