Home
last modified time | relevance | path

Searched defs:tpinfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/moused/moused/
H A Dmoused.c217 struct tpinfo { struct
218 bool two_finger_scroll; /* Enable two finger scrolling */
219 bool natural_scroll; /* Enable natural scrolling */
220 bool three_finger_drag; /* Enable dragging with three fingers */
221 u_int min_pressure_hi; /* Min pressure to start an action */
222 u_int min_pressure_lo; /* Min pressure to continue an action */
223 u_int max_pressure; /* Maximum pressure to detect palm */
224 u_int max_width; /* Max finger width to detect palm */
225 int margin_top; /* Top margin */
226 int margin_right; /* Right margin */
[all …]
/freebsd/sys/dev/atkbdc/
H A Dpsm.c445 trackpointinfo_t tpinfo; /* TrackPoint configuration */ member