Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture...
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 19 Nov 2020 02:56:23 +0000 (11:56 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 19 Nov 2020 02:56:27 +0000 (11:56 +0900)
This reverts commit 2400f145f65b0cf2cd0e43e11d7220462b3d91ed.

Change-Id: I98d49451e73c9dfda6a54c83de40a00c8e7e1860

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

old mode 100755 (executable)
new mode 100644 (file)
index 31ce118..ff6007b
@@ -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);