| Description: |
This new version has some new commands that allow to control the quality of the detected gestures:
The Swipe detector now awaits a "Steady" event by default before any swipe is detected. This can be turned on/off via
"SWIPE_USE_STEADY", resp. "SWIPE_DONT_USE_STEADY".
The time duration how long to wait for the steady can be set via "SWIPE_STEADY_DURATION nnn" (nnn being the time in ms, default 1000).
"STEADY_DURATION nnn" is the same, only for the basic steady detector (not used by swipe detector)
|