Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/moused/
H A Dmoused.c456 static int opt_clickthreshold = -1; variable
678 opt_clickthreshold = ul; in main()
1589 if (opt_clickthreshold >= 0) in r_init_buttons()
1590 bt->clickthreshold = opt_clickthreshold; in r_init_buttons()