[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not
authorseungho <sbsh.baek@samsung.com>
Tue, 26 Jan 2021 03:49:09 +0000 (12:49 +0900)
committerseungho <sbsh.baek@samsung.com>
Tue, 26 Jan 2021 03:49:12 +0000 (12:49 +0900)
This reverts commit 0bd194e060996d42ab787d953fbc71a75dc33e58.

Change-Id: I50d193fea5031449279fdb31ada694662774f6b7

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