Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture...
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 1 Feb 2021 04:57:20 +0000 (13:57 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 1 Feb 2021 04:57:20 +0000 (13:57 +0900)
This reverts commit b78c01056558e578c0007c70d42d76c6c7a750ef.

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

old mode 100755 (executable)
new mode 100644 (file)
index 31ce118..ff6007b
@@ -159,8 +159,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);