mulwidgets/gesturehelper/src/gesturedefs.h
branchRCL_3
changeset 23 514d98f21c43
parent 0 e83bab7cf002
equal deleted inserted replaced
21:125793e17004 23:514d98f21c43
    41 
    41 
    42 /// Tolerance for ignoring small movements, percent of longer screen edge
    42 /// Tolerance for ignoring small movements, percent of longer screen edge
    43 const TInt KGestureTolerancePercent = 4; // of 100
    43 const TInt KGestureTolerancePercent = 4; // of 100
    44 
    44 
    45 /// Tolerance for considering it as pinch gesture for the first time
    45 /// Tolerance for considering it as pinch gesture for the first time
    46 const TInt KInitialPinchTolerance = 20; // Pixels
    46 const TInt KInitialPinchTolerance = 5; // Pixels
    47 
    47 
    48 /// Tolerance for considering it as pinch gesture after a pinch is detected
    48 /// Tolerance for considering it as pinch gesture after a pinch is detected
    49 const TInt KPinchTolerance = 5; // Pixels
    49 const TInt KPinchTolerance = 5; // Pixels
    50 
    50 
    51 /** 
    51 /**