X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Ftap-gesture.h;h=2a8eae5a98babd4ea67afcc54d2cf7c6b3501c77;hb=adae31cf70bdeed19789edc694d4baaf2fc67f21;hp=04a2d9b607fef0b12ac7091a24ffeff930e36351;hpb=01b6712f5f3aeafa16fc3de6173452e53dab1704;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/tap-gesture.h b/dali/public-api/events/tap-gesture.h index 04a2d9b..2a8eae5 100644 --- a/dali/public-api/events/tap-gesture.h +++ b/dali/public-api/events/tap-gesture.h @@ -2,7 +2,7 @@ #define DALI_TAP_GESTURE_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -64,7 +64,7 @@ public: * @SINCE_1_9.28 * @param rhs The handle to move. */ - TapGesture(TapGesture&& rhs); + TapGesture(TapGesture&& rhs) noexcept; /** * @brief Assignment operator. @@ -79,7 +79,7 @@ public: * @SINCE_1_9.28 * @param rhs The handle to move. */ - TapGesture& operator=(TapGesture&& rhs); + TapGesture& operator=(TapGesture&& rhs) noexcept; /** * @brief Non virtual destructor. @@ -120,12 +120,6 @@ public: */ const Vector2& GetLocalPoint() const; - /** - * @brief This is the input type of which was tapped. - * @return The input type which was tapped. - */ - const GestureSourceType& GetSourceType() const; - public: // Not intended for application developers /// @cond internal /**