Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture...
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 9 Feb 2021 01:01:04 +0000 (10:01 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 9 Feb 2021 01:01:06 +0000 (10:01 +0900)
This reverts commit 1fd9b08f06dc9dcde67083db892095095df2f60a.

Change-Id: I7698f78cfd835ba7d7658bfb7d2893a3f352fd45

dali/internal/event/events/event-processor.cpp [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 611d6f7..34361e5
@@ -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);