Merge "Add BuildPickingRay to devel api" into devel/master
[platform/core/uifw/dali-core.git] / dali / public-api / events / tap-gesture.h
index 04a2d9b..2a8eae5 100644 (file)
@@ -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
   /**