diff options
author | Peter Osterlund <petero2@telia.com> | 2004-02-29 21:23:46 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:52 +0200 |
commit | 362c0722dd60376fb0197a899b3f44592bcff09c (patch) | |
tree | 25aaf67a459e183556d5abf5ffe69374a8d51c0f /README | |
parent | 2f36b06fdc2838440139684d17aea4dabe49c1b3 (diff) |
Made it possible to disable vertical and horizontal
scrolling by setting the corresponding parameter to zero. From Matthias
Ihmig <m.ihmig@gmx.net>.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -136,7 +136,9 @@ 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. +the VertScrollDelta and HorizScrollDelta parameters. To disable +vertical or horizontal scrolling, set VertScrollDelta or +HorizScrollDelta to zero. When hitting an egde, movement can be automatically continued. If EdgeMotionUseAlways is false, edge motion is only used when |