mulwidgets/alfscrollbarwidget/src/alfscrollbarcontrol.cpp
branchRCL_3
changeset 14 03228bb411ae
parent 0 e83bab7cf002
equal deleted inserted replaced
12:1ff7a906e138 14:03228bb411ae
   100 {            
   100 {            
   101  if (mTactilefdbInstance)
   101  if (mTactilefdbInstance)
   102   {
   102   {
   103     CCoeControl* ccoecntrl = static_cast<CCoeControl*>(Display()->ObjectProvider());
   103     CCoeControl* ccoecntrl = static_cast<CCoeControl*>(Display()->ObjectProvider());
   104     TInt intensity = 50;
   104     TInt intensity = 50;
   105     TTimeIntervalMicroSeconds32 timespan = 1000000;
   105     TTimeIntervalMicroSeconds32 timespan = 400000;
   106     mTactilefdbInstance->StartFeedback(ccoecntrl,ETouchContinuousSlider,&aEvent.PointerEvent(),intensity,timespan);
   106     mTactilefdbInstance->StartFeedback(ccoecntrl,ETouchContinuousSlider,&aEvent.PointerEvent(),intensity,timespan);
   107     mDragTactileFeedbackStarted = true;
   107     mDragTactileFeedbackStarted = true;
   108   }
   108   }
   109 }
   109 }
   110 
   110