Lines Matching +full:data +full:- +full:width

19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
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
58 The trackpad functions with presses and taps. A press is a full-forced
64 driver supports receiving evdev input device data if enabled. This data
65 is used for extended usage of the touchpad like multi-finger support,
74 Vertical scrolling (z-axis) is enabled by default with a two-finger
76 Horizontal scrolling (t-axis) is not natively supported by the sysmouse
77 protocol, therefore must be enabled with evdev data. This can be enabled
82 Horizontal scrolling can be used with a two-finger tap and the movement
89 Horizontal swiping with a three-finger tap is registered as mouse buttons
96 .Bl -tag -width indent
100 .Bl -tag -width indent
102 Enables single-tap to register as a left-click. Default is 1 (enabled).
104 .Bl -tag -width indent
106 Enables movement on the trackpad follow a partially-released left-click.
109 .Bl -tag -width indent
114 .Bl -tag -width indent
116 Specifies the maximum distance between two fingers where z-axis
117 and t-axis movements are registered. Z-axis and T-axis movements
121 .Bl -tag -width indent
123 Specifies the maximum distance between two fingers that a two-finger
124 click will be registered as a right-click. Default is 2500.
126 .Bl -tag -width indent
131 .Bl -tag -width indent
133 Z-axis sensitivity. Default is 5.
135 .Bl -tag -width indent
137 Z-axis inversion. Default is 0 (disabled).
139 .Bl -tag -width indent
141 T-axis sensitivity. Default is 0 (disabled).
143 .Bl -tag -width indent
145 T-axis inversion. Default is 0 (disabled).
147 .Bl -tag -width indent
152 .Bl -tag -width indent
157 .Bl -tag -width indent
162 .Bl -tag -width indent
167 .Bl -tag -width indent
172 .Bl -tag -width indent
176 driver debugging level (0-3). Default is 1.
179 creates a blocking pseudo-device file,
185 type device--see
197 .An -nosplit