diff options
author | Peter Osterlund <petero2@telia.com> | 2004-07-25 22:15:26 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:37 +0200 |
commit | 14c9eeead6a7549db3197fd7bb62a42c97a89e38 (patch) | |
tree | e8721f24e463a917f92285d2e6e630def14cbb48 /README | |
parent | ac0394ad9c16cc38518922175a68d60d66c27845 (diff) |
Added support for circular touchpads. Based on a patch from
Axel G. Rossberg <Axel@Rossberg.net>.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ CircScrollTrigger Int Trigger region on the touchpad to start circular scrolling 0=All Edges, 1=Top Edge, 2=Top Right Corner, 3=Right Edge, 4=Bottom Right Corner, 5=Bottom Edge, 6=Bottom Left Corner, 7=Left Edge, 8=Top Left Corner +CircularPad Bool Instead of being a rectangle, the edge is the ellipse + enclosed by the Left/Right/Top/BottomEdge parameters. + For circular touchpads. A tap event happens when the finger is touched and released in a time interval shorter than MaxTapTime, and the touch and release |