@@ -207,7 +207,7 @@ button is considered logically down while held down and up once physically
207
207
released.
208
208
.TP 7
209
209
.BI " Option \* q ScrollFactor\* q \* q " float \* q
210
- Sets the scroll factor for scroll events. A higher value means faster scrolling.
210
+ Sets the scroll factor for scroll events. A value higher than 1.0 means faster scrolling.
211
211
Applications that don't support xi2 input will instead receive scroll button events
212
212
less or more frequently depending on the scroll factor value, instead of scrolling "smoother".
213
213
.TP 7
@@ -391,6 +391,12 @@ Indicates if middle emulation is enabled or disabled.
391
391
Sets the rotation angle of the device,
392
392
clockwise of its natural neutral position.
393
393
.TP 7
394
+ .B "libinput Scrolling Factor"
395
+ 1 32-bit float value.
396
+ Sets the scroll factor for scroll events. A value higher than 1.0 means faster scrolling.
397
+ Applications that don't support xi2 input will instead receive scroll button events
398
+ less or more frequently depending on the scroll factor value, instead of scrolling "smoother".
399
+ .TP 7
394
400
.B "libinput Scroll Methods Available"
395
401
3 boolean values (8 bit, 0 or 1), in order "two-finger", "edge", "button".
396
402
Indicates which scroll methods are available on this device.
@@ -399,7 +405,7 @@ Indicates which scroll methods are available on this device.
399
405
3 boolean values (8 bit, 0 or 1), in order "two-finger", "edge", "button".
400
406
Indicates which scroll method is currently enabled on this device.
401
407
.TP 7
402
- .B "libinput Scroll Pixel Distance"
408
+ .B "libinput Scrolling Pixel Distance"
403
409
1 32-bit value (nonzero, with additional implementation-defined range checks).
404
410
Changes the movement distance required to trigger one logical wheel click.
405
411
.TP 7
0 commit comments