From: Sunghyun Kim Date: Tue, 8 Dec 2020 04:22:03 +0000 (+0900) Subject: Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture... X-Git-Tag: accepted/tizen/unified/20201209.124928~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b18dc2dbc070741419119277635661f12dacce7e;hp=361f719136a6c8c33aff4a8c5e614399495f2d63;p=platform%2Fcore%2Fuifw%2Fdali-core.git Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture or not" This reverts commit e2684adbf05ff34b92573d0ce76f9982962e829d. --- diff --git a/dali/internal/event/events/event-processor.cpp b/dali/internal/event/events/event-processor.cpp old mode 100755 new mode 100644 index 31ce118..ff6007b --- a/dali/internal/event/events/event-processor.cpp +++ b/dali/internal/event/events/event-processor.cpp @@ -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);