[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Mon, 5 Jul 2021 06:02:32 +0000 (15:02 +0900)
committerEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Mon, 5 Jul 2021 06:02:32 +0000 (15:02 +0900)
This reverts commit b42633bda03c6b3d14e9f15c87554ebaa96e6ef0.

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);