From: EverLEEst(SangHyeon Lee) Date: Mon, 5 Jul 2021 05:51:04 +0000 (+0900) Subject: Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture... X-Git-Tag: accepted/tizen/unified/20210712.055805~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b42633bda03c6b3d14e9f15c87554ebaa96e6ef0;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 b0b26dd8b49add651bafd61b008f7837594b9685. --- 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 611d6f7..34361e5 --- a/dali/internal/event/events/event-processor.cpp +++ b/dali/internal/event/events/event-processor.cpp @@ -156,8 +156,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);