[Tizen] Revert "Use touch consumed return to set whether we process a gesture or... accepted/tizen/unified/20201103.123400 submit/tizen/20201030.020452 submit/tizen/20201030.161430
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 29 Oct 2020 06:14:25 +0000 (15:14 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Thu, 29 Oct 2020 06:14:25 +0000 (15:14 +0900)
Change-Id: I3e8991a25f0be0430d68f0a9ae481e3637810eab

dali/internal/event/events/event-processor.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ff6007b..31ce118
@@ -159,8 +159,8 @@ void EventProcessor::ProcessEvents()
         // Do this by sending an interrupted event to the GestureEventProcessor
         if( consumed )
         {
-          Integration::Point& point = touchEvent.GetPoint(0);
-          point.SetState( PointState::INTERRUPTED );
+          // Integration::Point& point = touchEvent.GetPoint(0);
+          // point.SetState( PointState::INTERRUPTED );
         }
 
         mGestureEventProcessor.ProcessTouchEvent(mScene, touchEvent);