[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorhuiyu.eun <huiyu.eun@samsung.com>
Mon, 11 Jan 2021 03:32:06 +0000 (12:32 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Mon, 11 Jan 2021 03:32:11 +0000 (12:32 +0900)
This reverts commit decd82c20c4e7df9a7b403fb1b97a60d49f12c52.

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

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