idlehomescreen/xmluirendering/uiengine/inc/xngesturedefs.h
branchRCL_3
changeset 12 9674c1a575e9
parent 0 f72a12da539e
child 17 b8fae6b8a148
--- a/idlehomescreen/xmluirendering/uiengine/inc/xngesturedefs.h	Fri Mar 12 15:41:49 2010 +0200
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xngesturedefs.h	Mon Mar 15 12:39:47 2010 +0200
@@ -56,7 +56,7 @@
      * tolerance in degrees to either side of an angle, for direction to be 
      * the same as reference angle
      */
-    const TReal KAngleTolerance = 25;
+    const TReal KAngleTolerance = 35;
     
     /**  
      * maximum pointer movement from pointer down position for a gesture be 
@@ -68,7 +68,7 @@
      * minimum length of a valid swipe in pixels. should be larger than 
      * KTapTolerance
      */
-    const TReal KMinSwipeLength = 5;
+    const TReal KMinSwipeLength = 100;
     
     /** Nth pointer event before the latest point */
     const TInt KPreviousPointOffset = 3;