[Tizen] Not execute the remove callback
[platform/core/uifw/dali-core.git] / dali / internal / event / events / gesture-event-processor.cpp
index 12b3bf6..118c783 100644 (file)
@@ -334,6 +334,11 @@ const PanGestureProcessor& GestureEventProcessor::GetPanGestureProcessor()
   return mPanGestureProcessor;
 }
 
+void GestureEventProcessor::SetTapMaximumAllowedTime(uint32_t time)
+{
+  mTapGestureProcessor.SetMaximumAllowedTime(time);
+}
+
 } // namespace Internal
 
 } // namespace Dali