akntouchgesturefw/inc/akntouchgesturefwdefs.h
branchRCL_3
changeset 16 71dd06cfe933
parent 0 2f259fa3e83a
child 23 3d340a0166ff
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
    97 
    97 
    98 /// Value used to represent all gesture types in gesture group
    98 /// Value used to represent all gesture types in gesture group
    99 const TUint32 KAknTouchGestureFwAllGestureTypes = 0x7fffffff;
    99 const TUint32 KAknTouchGestureFwAllGestureTypes = 0x7fffffff;
   100 
   100 
   101 /// Default feedback intensity.
   101 /// Default feedback intensity.
   102 const TInt KAknTouchGestureFwFeedbackIntensity = 50;
   102 const TInt KAknTouchGestureFwFeedbackIntensity = 100;
   103 
   103 
   104 /// Pinch feedback timeout (in microseconds).
   104 /// Pinch feedback timeout (in microseconds).
   105 const TInt KAknTouchGestureFwPinchFeedbackTimeout = 200000;
   105 const TInt KAknTouchGestureFwPinchFeedbackTimeout = 200000;
   106 
   106 
   107 /// Drag feedback timeout (in microseconds).
   107 /// Drag feedback timeout (in microseconds).