[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorSunghyun Kim <scholb.kim@samsung.com>
Tue, 8 Dec 2020 04:24:01 +0000 (13:24 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Tue, 8 Dec 2020 04:24:06 +0000 (13:24 +0900)
This reverts commit b18dc2dbc070741419119277635661f12dacce7e.

Change-Id: Ie81e43c8b1700496aa05db725e642a600031a81a

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