Lines Matching +full:3 +full:- +full:axis

34 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
52 The driver simulates a three-button mouse using multi-finger press/tap
54 A single-finger press generates a left button click.
55 A two-finger press maps to the right button; whereas a three-finger
59 A press is a full-forced
68 is used for extended usage of the touchpad like multi-finger support,
76 .Va kern.evdev.rcpt_mask=3 .
78 Vertical scrolling (z-axis) is enabled by default with a two-finger
80 Horizontal scrolling (t-axis) is not natively supported by the sysmouse
85 .Va kern.evdev.sysmouse_t_axis=3 .
86 Horizontal scrolling can be used with a two-finger tap and the movement
94 Horizontal swiping with a three-finger tap is registered as mouse buttons
101 .Bl -tag -width indent
106 .Bl -tag -width indent
108 Enables single-tap to register as a left-click.
111 .Bl -tag -width indent
113 Enables movement on the trackpad follow a partially-released left-click.
116 .Bl -tag -width indent
121 .Bl -tag -width indent
123 Specifies the maximum distance between two fingers where z-axis
124 and t-axis movements are registered.
125 Z-axis and T-axis movements
130 .Bl -tag -width indent
132 Specifies the maximum distance between two fingers that a two-finger
133 click will be registered as a right-click.
136 .Bl -tag -width indent
142 .Bl -tag -width indent
144 Z-axis sensitivity.
147 .Bl -tag -width indent
149 Z-axis inversion.
152 .Bl -tag -width indent
154 T-axis sensitivity.
157 .Bl -tag -width indent
159 T-axis inversion.
162 .Bl -tag -width indent
168 .Bl -tag -width indent
172 Default is 3.
174 .Bl -tag -width indent
179 .Bl -tag -width indent
184 .Bl -tag -width indent
189 .Bl -tag -width indent
193 driver debugging level (0-3).
198 creates a blocking pseudo-device file,
204 type device--see
215 .An -nosplit