summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-12-11 18:18:37 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:30 +0200
commitcda45f6eb940a96c85e7bc4d6e2e2be610d36bef (patch)
treeeaf471e981afc09fc59f0e51a5b7ad7731f7e55f /README
parent73eb7e265704590df4f57bd19e7cb0038c7db3f3 (diff)
Clarified that the MinSpeed, MaxSpeed and AccelFactor
parameters don't have any effect on scrolling speed.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 69219c7..94fa51c 100644
--- a/README
+++ b/README
@@ -100,6 +100,19 @@ coordinates are less than MaxTapMove units apart. A "touch" event
happens when the Z value goes above FingerHigh, and an "untouch" event
happens when the Z value goes below FingerLow.
+The MinSpeed, MaxSpeed and AccelFactor parameters control the pointer
+motion speed. The speed value defines the scaling between touchpad
+coordinates and screen coordinates. When moving the finger very
+slowly, the MinSpeed value is used, when moving very fast the MaxSpeed
+value is used. When moving the finger at moderate speed, you get a
+pointer motion speed somewhere between MinSpeed and MaxSpeed. If you
+don't want any acceleration, set MinSpeed and MaxSpeed to the same
+value.
+
+The MinSpeed, MaxSpeed and AccelFactor parameters don't have any
+effect on scrolling speed. Scrolling speed is determined solely from
+the VertScrollDelta and HorizScrollDelta parameters.
+
FAQ
---