aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorOliver McFadden <oliver.mcfadden@nokia.com>2010-02-25 07:11:21 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2010-02-25 16:07:39 +1000
commit801778c3106fc7e409369b4500253a38be6a5795 (patch)
treed8ca06c6962895e1bc8fd1c67985813d7e032309 /man
parentman: fix man page formatting for option EmulateWheel. (diff)
downloadxf86-input-evdev-801778c3106fc7e409369b4500253a38be6a5795.tar.gz
xf86-input-evdev-801778c3106fc7e409369b4500253a38be6a5795.tar.bz2
xf86-input-evdev-801778c3106fc7e409369b4500253a38be6a5795.zip
emuMB: default to disabled mouse button emulation for touchscreens.
Because touchscreens only use one button (see EvdevProcessKeyEvent()) EvdevMBEmuFilterEvent() never calls EvdevMBEmuEnable(..., FALSE) to disable emulation. This results in touchscreen devices incurring a delay of Emulate3Timeout (typically 50 ms.) Default to MBEMU_DISABLED for touchscreen devices (unless overwritten by Xorg.conf.) Signed-off-by: Oliver McFadden <oliver.mcfadden@nokia.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r--man/evdev.man5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/evdev.man b/man/evdev.man
index d832a4c..49ab12c 100644
--- a/man/evdev.man
+++ b/man/evdev.man
@@ -76,8 +76,9 @@ indicating that the next button pressed is to be
.BI "Option \*qEmulate3Buttons\*q \*q" boolean \*q
Enable/disable the emulation of the third (middle) mouse button for mice
which only have two physical buttons. The third button is emulated by
-pressing both buttons simultaneously. Default: on, until a middle mouse
-button event is registered. Property: "Evdev Middle Button Emulation".
+pressing both buttons simultaneously. Default: off for touchscreens, otherwise
+on until a middle mouse button event is registered. Property: "Evdev Middle
+Button Emulation".
.TP 7
.BI "Option \*qEmulate3Timeout\*q \*q" integer \*q
Sets the timeout (in milliseconds) that the driver waits before deciding