[Tizen] Save and send the position of the focused actor
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / accessibility-adaptor.h
index ec09c7f..47292c2 100644 (file)
@@ -108,6 +108,12 @@ public:
   void SetGestureHandler(AccessibilityGestureHandler& handler);
 
   /**
+   * @brief Sets the position of the focused actor.
+   * @param currentPosition The position of the focused actor
+   */
+  void SetFocusedActorPosition(Vector2 currentPosition);
+
+  /**
    * @brief Handle the accessibility action to move focus to the next focusable actor
    * (by one finger flick down).
    *