3 Commits

Author SHA1 Message Date
Peter Osterlund
1cb6c555d1 Added two parameters.
MaxDoubleTapTime makes it easier to do fast double clicks.
ClickTime adds a delay between the button down and button up events
generated in response to a tap event.
2006-04-09 04:02:27 +02:00
Peter Osterlund
77c952aa27 Made double clicks faster, so that they work in xmms and the
gtk file selector.
Reported by Jean DIRAISON <diraison.jean@wanadoo.fr>.)
2006-04-09 04:02:22 +02:00
Peter Osterlund
174d85a0f7 Implemented a proper state machine for tap and drag
processing. This fixes several problems:
* Double tap and drag now works. (Problem reported by Andrew Pimlott
  <andrew@pimlott.net>.)
* Locked drags are handled correctly, even for button 2 and 3
  tap-and-drag operations.
* The [LR][TB]CornerButton and TapButton[123] parameters now work also
  for button values > 3.
* The old code was too hard to understand.
2006-04-09 04:01:58 +02:00