mulwidgets/mulsliderwidget/inc/mulslidercontrol.h
branchRCL_3
changeset 17 514d98f21c43
parent 0 e83bab7cf002
equal deleted inserted replaced
15:125793e17004 17:514d98f21c43
   123     
   123     
   124     /**
   124     /**
   125      * Generates the feedback based on the events recieved
   125      * Generates the feedback based on the events recieved
   126      * 
   126      * 
   127      * @param aEvent Events recieved by the widget on Drag
   127      * @param aEvent Events recieved by the widget on Drag
       
   128      * @param aIntensity Intensity of the feedback.If not passed default will be 50
   128      */ 
   129      */ 
   129      void TactileEffectOnDrag(TAlfEvent& aEvent);
   130      void TactileEffectOnDrag(TAlfEvent& aEvent , int aIntensity = 50 );
   130      
   131      
   131      /**
   132      /**
   132       * Generates the feedback based on the thumb release
   133       * Generates the feedback based on the thumb release
   133       * or drag on thumb is stopped 
   134       * or drag on thumb is stopped 
   134       */
   135       */