[Tizen] Revert "Use touch consumed return to set whether we process a gesture or...
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 13 Jul 2021 05:00:48 +0000 (14:00 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 13 Jul 2021 05:00:50 +0000 (14:00 +0900)
This reverts commit be1696c6783e8dba628338211e4931df52987abf.

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)
         {
         // 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);
         }
 
         mGestureEventProcessor.ProcessTouchEvent(mScene, touchEvent);