diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-08-20 18:16:40 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-22 08:41:14 +0930 |
commit | e237de0dea9fe24e1c4efc78523bfdd86ed73876 (patch) | |
tree | d2175f411868e34d5f2a769e688fd0d281887eea /man | |
parent | Add property support for drag lock. (diff) | |
download | xf86-input-evdev-e237de0dea9fe24e1c4efc78523bfdd86ed73876.tar.gz xf86-input-evdev-e237de0dea9fe24e1c4efc78523bfdd86ed73876.tar.bz2 xf86-input-evdev-e237de0dea9fe24e1c4efc78523bfdd86ed73876.zip |
Add timeout support for mouse wheel emulation
Support the EmulateWheelTimeout option as the mouse driver does.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/evdev.man | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man index 8b20acc..91894dd 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -99,6 +99,7 @@ behaviour with trackballs. It can also be useful for mice with 4 or more buttons but no wheel. See the description of the .BR EmulateWheelButton , .BR EmulateWheelInertia , +.BR EmulateWheelTimeout , .BR XAxisMapping , and .B YAxisMapping @@ -117,6 +118,14 @@ settings. Default: 4. Specifies how far (in pixels) the pointer must move to generate button press/release events in wheel emulation mode. Default: 10. .TP 7 +.BI "Option \*qEmulateWheelTimeout\*q \*q" integer \*q +Specifies the time in milliseconds the +.BR EmulateWheelButton +must be pressed before wheel emulation is started. If the +.BR EmulateWheelButton +is released before this timeout, the original button press/release event +is sent. Default: 200. +.TP 7 .BI "Option \*qXAxisMapping\*q \*q" "N1 N2" \*q Specifies which buttons are mapped to motion in the X direction in wheel emulation mode. Button number |