(PanGestures)PropertyOwner.ResetDefaultProperties is now called on PanGestures
[platform/core/uifw/dali-core.git] / dali / internal / update / gestures / gesture-properties.h
index 1e707ff..c6b079c 100644 (file)
@@ -100,6 +100,14 @@ public:
   }
 
   /**
+   * @brief Resets mInputChanged back to false
+   */
+  void Reset()
+  {
+    mInputChanged = false;
+  }
+
+  /**
    * Set the property value.
    * @param[in] value The new property value.
    */