X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Fgesture-event-processor.cpp;h=118c783f64397a96ac1cb9170de5117079e5c32e;hb=7d85b865d2daf8d235eaea3d3b4716eb5105a2be;hp=12b3bf6bd0ea2b4940891503a4e5e62078a04e4b;hpb=2e64dc6c04c3b8f0430aef3bfe2c54e9e6945600;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/gesture-event-processor.cpp b/dali/internal/event/events/gesture-event-processor.cpp index 12b3bf6..118c783 100644 --- a/dali/internal/event/events/gesture-event-processor.cpp +++ b/dali/internal/event/events/gesture-event-processor.cpp @@ -334,6 +334,11 @@ const PanGestureProcessor& GestureEventProcessor::GetPanGestureProcessor() return mPanGestureProcessor; } +void GestureEventProcessor::SetTapMaximumAllowedTime(uint32_t time) +{ + mTapGestureProcessor.SetMaximumAllowedTime(time); +} + } // namespace Internal } // namespace Dali