[Tizen] Revert "Use touch consumed return to set whether we process a gesture or...
authorYoungGun Chun <jykeon@samsung.com>
Tue, 9 Mar 2021 07:36:39 +0000 (16:36 +0900)
committerYoungGun Chun <jykeon@samsung.com>
Tue, 9 Mar 2021 07:36:54 +0000 (16:36 +0900)
This reverts commit fabc6dc0f3be34d220120529b74019c96e98ab17.

Change-Id: I8f868e90309f7c62be2b08867b83f26becbff4b9

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