[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 1 Feb 2021 05:01:49 +0000 (14:01 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 1 Feb 2021 05:01:49 +0000 (14:01 +0900)
This reverts commit a53202fdcc6416cef154b55cd3ab49e3d06483e1.

Change-Id: I31e6ccf412fc726e339953a2f09abb17eda5e11d

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