Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture...
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 8 Jun 2021 03:12:13 +0000 (12:12 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 8 Jun 2021 03:12:13 +0000 (12:12 +0900)
This reverts commit dc52af7e5c06c1d4e50b63b5810642215acebb8c.

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