[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorSunghyun Kim <scholb.kim@samsung.com>
Mon, 26 Apr 2021 06:37:31 +0000 (15:37 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Mon, 26 Apr 2021 06:37:35 +0000 (15:37 +0900)
This reverts commit 40917b3e8e9f5f8ffa219cc14dc54fe7ed64cb7c.

Change-Id: I8f8c3be37eedd4e82454b3a1d3b328bbe1c89ea2

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