[Tizen] Revert "Use touch consumed return to set whether we process a gesture or...
authorDongsug Song <dongsug.song@samsung.com>
Mon, 14 Jun 2021 08:50:07 +0000 (17:50 +0900)
committerDongsug Song <dongsug.song@samsung.com>
Mon, 14 Jun 2021 08:50:10 +0000 (17:50 +0900)
This reverts commit 5e59f0335aaa3aaa0fb9ec2864862a60fbfa7aee.

Change-Id: Ife228e1706a5da97b0b13e082e1458cde276e302

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