Add app_control operation get/set cursor position for input delegator 32/148232/2
authorsungwook79.park <sungwook79.park@samsung.com>
Thu, 7 Sep 2017 07:04:24 +0000 (16:04 +0900)
committerSemun Lee <semun.lee@samsung.com>
Tue, 12 Sep 2017 01:07:56 +0000 (10:07 +0900)
Change-Id: I9cc185e81e098765cdf0a497ecb998e37a8b0f0a
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
include/app_control.h

index 473f49e..001602a 100644 (file)
@@ -561,6 +561,19 @@ typedef enum {
 #define APP_CONTROL_DATA_INPUT_MAX_TEXT_LENGTH "http://tizen.org/appcontrol/data/input_max_text_length"
 
 
+/* @brief Definition for app_control data: Send value to set cursor position to entry in keyboard input type.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_INPUT_CURSOR_POSITION_SET "http://tizen.org/appcontrol/data/input_cursor_position_set"
+
+
+/**
+ * @brief Definition for app_control data: Receive value to get cursor position from entry in keyboard input type.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_INPUT_CURSOR_POSITION_GET "http://tizen.org/appcontrol/data/input_cursor_position_get"
+
+
 /**
  * @brief Definition for the app_control data: Receives the reply type from the input method.
  * @details Type: "input_voice" Receive the result from the voice input type.