akntouchgesturefw/inc/akntouchgesturefwdefs.h
branchRCL_3
changeset 23 3d340a0166ff
parent 16 71dd06cfe933
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
    45 /// Pixel threshold value used for deciding if pointer movement is a tap.
    45 /// Pixel threshold value used for deciding if pointer movement is a tap.
    46 /// This value should be less than KDragThreshold.
    46 /// This value should be less than KDragThreshold.
    47 const TInt KTapThreshold = 20;
    47 const TInt KTapThreshold = 20;
    48 
    48 
    49 /// Pixel threshold value used for deciding if pointer has been dragged.
    49 /// Pixel threshold value used for deciding if pointer has been dragged.
    50 const TInt KDefaultDragThreshold = 20;
    50 const TInt KDefaultDragThreshold = 40;
    51 
    51 
    52 /// Initial threshold for pinch. This is used when both pointers are 
    52 /// Initial threshold for pinch. This is used when both pointers are 
    53 /// just set down.
    53 /// just set down.
    54 const TInt KDefaultPinchInitialThreshold = 20;
    54 const TInt KDefaultPinchInitialThreshold = 20;
    55 
    55