From e237de0dea9fe24e1c4efc78523bfdd86ed73876 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 20 Aug 2008 18:16:40 -0700 Subject: Add timeout support for mouse wheel emulation Support the EmulateWheelTimeout option as the mouse driver does. Signed-off-by: Dan Nicholson Signed-off-by: Peter Hutterer --- man/evdev.man | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'man') 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 -- cgit v1.2.3