[Tizen] Revert "Use touch consumed return to set whether we process a gesture or...
authorWonsik Jung <sidein@samsung.com>
Tue, 10 Nov 2020 06:29:21 +0000 (15:29 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 10 Nov 2020 06:29:28 +0000 (15:29 +0900)
This reverts commit bf695994d0f7b5a81bdc6cb9a1ea16634715f0c5.

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