mulwidgets/mulsliderwidget/src/mulslidercontrol.cpp
branchRCL_3
changeset 14 03228bb411ae
parent 0 e83bab7cf002
child 15 125793e17004
equal deleted inserted replaced
12:1ff7a906e138 14:03228bb411ae
   246 {            
   246 {            
   247  if (mTactilefdbInstance)
   247  if (mTactilefdbInstance)
   248   {
   248   {
   249     CCoeControl* ccoecntrl = static_cast<CCoeControl*>(Display()->ObjectProvider());
   249     CCoeControl* ccoecntrl = static_cast<CCoeControl*>(Display()->ObjectProvider());
   250     TInt intensity = 50;
   250     TInt intensity = 50;
   251     TTimeIntervalMicroSeconds32 timespan = 1000000;
   251     TTimeIntervalMicroSeconds32 timespan = 400000;
   252     mTactilefdbInstance->StartFeedback(ccoecntrl,ETouchContinuousSlider,&aEvent.PointerEvent(),intensity,timespan);
   252     mTactilefdbInstance->StartFeedback(ccoecntrl,ETouchContinuousSlider,&aEvent.PointerEvent(),intensity,timespan);
   253     mDragTactileFeedbackStarted = true;
   253     mDragTactileFeedbackStarted = true;
   254    }
   254    }
   255 }        
   255 }        
   256 //-------------------------------------------------------------------------------
   256 //-------------------------------------------------------------------------------