Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture...
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 29 Mar 2021 04:37:21 +0000 (13:37 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 29 Mar 2021 04:37:21 +0000 (13:37 +0900)
This reverts commit 7138332562763abaf7463be21895e1f4cdf9f394.

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

old mode 100755 (executable)
new mode 100644 (file)
index 611d6f7..34361e5
@@ -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);