[Tizen]Add ClearFocusOnEscape to config section.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller.h
index 5cb079c..0913cb5 100644 (file)
@@ -1180,6 +1180,13 @@ public: // Text-input Event Queuing.
    */
   void PasteClipboardItemEvent();
 
+  /**
+   * @brief Return whether text control clear key input focus or not when escape key is pressed.
+   *
+   * @return Whether text control clear key input focus or not
+   */
+  bool IsClearFocusOnEscape();
+
 protected: // Inherit from Text::Decorator::ControllerInterface.
 
   /**