Changes after TouchData renamed to TouchEvent
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / control-impl.h
index 114f223..d0ca9f0 100644 (file)
@@ -482,10 +482,10 @@ public: // API for derived classes to override
    * touch event.
    *
    * @SINCE_1_0.0
-   * @param[in] touchData The touch event
+   * @param[in] touch The touch event
    * @return true if the touch event has been consumed by this control
    */
-  virtual bool OnAccessibilityTouch( const TouchData& touchData );
+  virtual bool OnAccessibilityTouch( const TouchEvent& touch );
 
   /**
    * @brief This method should be overridden by deriving classes when they wish to respond