[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorJiyun Yang <ji.yang@samsung.com>
Thu, 26 Nov 2020 06:16:48 +0000 (15:16 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Thu, 26 Nov 2020 06:17:12 +0000 (15:17 +0900)
This reverts commit ab99419ec5f143c8183720c446955abd4b8c348e.

Change-Id: Ib73ae3a6b96188e0631db4a0c66d7f7f1a2beb83

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