[Tizen] Revert "Use touch consumed return to set whether we process a gesture or...
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 15 Dec 2020 05:24:03 +0000 (14:24 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 15 Dec 2020 05:25:09 +0000 (14:25 +0900)
This reverts commit 0f8f2d0d6972b0c955225aeb24b989ca5344bcfa.

Change-Id: Ia2f6a6ca407309800c8db69edef5c2ad2734ae2e

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

old mode 100644 (file)
new mode 100755 (executable)
index ff6007b..31ce118
@@ -159,8 +159,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);