Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture...
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 20 Apr 2021 01:02:07 +0000 (10:02 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 20 Apr 2021 01:02:07 +0000 (10:02 +0900)
This reverts commit 28f1f5d16a3a581819af69df1ee7f66332a0a9c7.

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

old mode 100755 (executable)
new mode 100644 (file)
index 611d6f7..34361e5
@@ -156,8 +156,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);