[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 20 Apr 2021 01:02:56 +0000 (10:02 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 20 Apr 2021 01:03:00 +0000 (10:03 +0900)
This reverts commit 2aaa89a040d136c267483a4e1065b5f6b909957c.

Change-Id: I9d4b6b2900c3e9fff2923c67d88f0856e45d880d

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