X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Fgesture-event-processor.cpp;h=04863ffa3b23f77688a02fbe79c80ad62ceffc20;hb=a4eb68faf1e75d213c951a7d4d1b67727247917a;hp=fbfad1b4a700e0cdc479ced97ca5f72cba646f2e;hpb=f5888522257fb87367edaa0d8a08fc9a5fa42cce;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 fbfad1b..04863ff 100644 --- a/dali/internal/event/events/gesture-event-processor.cpp +++ b/dali/internal/event/events/gesture-event-processor.cpp @@ -321,6 +321,16 @@ void GestureEventProcessor::SetPinchGestureMinimumDistance( float value) mPinchGestureProcessor.SetMinimumPinchDistance( value ); } +void GestureEventProcessor::SetLongPressMinimumHoldingTime( uint32_t value ) +{ + mLongPressGestureProcessor.SetMinimumHoldingTime( value ); +} + +uint32_t GestureEventProcessor::GetLongPressMinimumHoldingTime() const +{ + return mLongPressGestureProcessor.GetMinimumHoldingTime(); +} + const PanGestureProcessor& GestureEventProcessor::GetPanGestureProcessor() { return mPanGestureProcessor;