Pass Grab handle events to Controller
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / text / decorator / text-decorator.h
index 809be0d..144f0ef 100644 (file)
@@ -113,8 +113,9 @@ public:
      *
      * @param[in] state The grab handle state.
      * @param[in] x The x position relative to the top-left of the parent control.
+     * @param[in] y The y position relative to the top-left of the parent control.
      */
-    virtual void GrabHandleEvent( GrabHandleState state, float x ) = 0;
+    virtual void GrabHandleEvent( GrabHandleState state, float x, float y ) = 0;
   };
 
   /**