[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 23 Jun 2021 07:51:10 +0000 (16:51 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Wed, 23 Jun 2021 07:51:13 +0000 (16:51 +0900)
This reverts commit 3cf007cd858fcd488c61d158b0373758e9f71a04.

Change-Id: I6ed15f8c27f13eb02b6ddbb134533afe1b618a77

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

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