idlehomescreen/xmluirendering/uiengine/inc/xngesturedefs.h
branchRCL_3
changeset 16 9674c1a575e9
parent 0 f72a12da539e
child 30 b8fae6b8a148
equal deleted inserted replaced
15:ff572dfe6d86 16:9674c1a575e9
    54 
    54 
    55     /** 
    55     /** 
    56      * tolerance in degrees to either side of an angle, for direction to be 
    56      * tolerance in degrees to either side of an angle, for direction to be 
    57      * the same as reference angle
    57      * the same as reference angle
    58      */
    58      */
    59     const TReal KAngleTolerance = 25;
    59     const TReal KAngleTolerance = 35;
    60     
    60     
    61     /**  
    61     /**  
    62      * maximum pointer movement from pointer down position for a gesture be 
    62      * maximum pointer movement from pointer down position for a gesture be 
    63      * a tap or hold gesture
    63      * a tap or hold gesture
    64      */
    64      */
    66     
    66     
    67     /** 
    67     /** 
    68      * minimum length of a valid swipe in pixels. should be larger than 
    68      * minimum length of a valid swipe in pixels. should be larger than 
    69      * KTapTolerance
    69      * KTapTolerance
    70      */
    70      */
    71     const TReal KMinSwipeLength = 5;
    71     const TReal KMinSwipeLength = 100;
    72     
    72     
    73     /** Nth pointer event before the latest point */
    73     /** Nth pointer event before the latest point */
    74     const TInt KPreviousPointOffset = 3;
    74     const TInt KPreviousPointOffset = 3;
    75     
    75     
    76     
    76