equal
deleted
inserted
replaced
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 |