Home
last modified time | relevance | path

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

/src/usr.sbin/moused/moused/
H A Dmoused.c230 u_int tap_threshold; /* Minimum pressure to detect a tap */ member
1703 .tap_threshold = 0, in r_init_touchpad_info()
1728 &tpinfo->tap_threshold); in r_init_touchpad_info()
2220 ev->st.p = MAX(tpinfo->min_pressure_hi, tpinfo->tap_threshold); in r_protocol_evdev()
3083 if (!gest->in_vscroll && gest->zmax >= tpinfo->tap_threshold && in r_gestures()
/src/sys/dev/atkbdc/
H A Dpsm.c335 #define PSM_FINGER_DEFAULT_P tap_threshold
2977 static int tap_threshold = PSM_TAP_THRESHOLD; variable
2978 SYSCTL_INT(_hw_psm, OID_AUTO, tap_threshold, CTLFLAG_RW, &tap_threshold, 0,
4033 if (!gest->in_vscroll && gest->zmax >= tap_threshold &&