X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Ftap-gesture-detector.cpp;h=e491ef0be4c1fc85d12e669390629f3f6aa4bb14;hp=fa9376d097a721613b433e92f915af29ebf23165;hb=92b051cadd0db5d9f985aacbbbf832995fb55f53;hpb=350c4bfa8b96c69886abdeddc7ba0ba670778e5c diff --git a/dali/public-api/events/tap-gesture-detector.cpp b/dali/public-api/events/tap-gesture-detector.cpp index fa9376d..e491ef0 100644 --- a/dali/public-api/events/tap-gesture-detector.cpp +++ b/dali/public-api/events/tap-gesture-detector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -79,6 +79,11 @@ uint32_t TapGestureDetector::GetMaximumTapsRequired() const return GetImplementation(*this).GetMaximumTapsRequired(); } +void TapGestureDetector::ReceiveAllTapEvents(bool receive) +{ + return GetImplementation(*this).ReceiveAllTapEvents(receive); +} + TapGestureDetector::DetectedSignalType& TapGestureDetector::DetectedSignal() { return GetImplementation(*this).DetectedSignal();