taskswitcher/taskswitcherui/taskswitcherapp/src/tseventcontroler.cpp
branchRCL_3
changeset 23 7be2816dbabd
parent 17 b8fae6b8a148
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
   111 void CTsEventControler::HandleTapEventL(
   111 void CTsEventControler::HandleTapEventL(
   112     MAknTouchGestureFwTapEvent& aEvent)
   112     MAknTouchGestureFwTapEvent& aEvent)
   113     {
   113     {
   114     if(EAknTouchGestureFwLongTap == aEvent.Type())
   114     if(EAknTouchGestureFwLongTap == aEvent.Type())
   115         {
   115         {
       
   116         if( IsPhysicsRunning() )
       
   117             {
       
   118             iPhysicsHelper->Stop();
       
   119             }
   116         iObserver.LongTapL(aEvent.Position());
   120         iObserver.LongTapL(aEvent.Position());
   117         }
   121         }
   118     else if(EAknTouchGestureFwTap == aEvent.Type())
   122     else if(EAknTouchGestureFwTap == aEvent.Type())
   119         {
   123         {
   120         if( IsPhysicsRunning() )
   124         if( IsPhysicsRunning() )