From: sungwook79.park Date: Thu, 7 Sep 2017 07:04:24 +0000 (+0900) Subject: Add app_control operation get/set cursor position for input delegator X-Git-Tag: accepted/tizen/4.0/unified/20170913.153043~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F148232%2F2;p=platform%2Fcore%2Fapi%2Fapp-control.git Add app_control operation get/set cursor position for input delegator Change-Id: I9cc185e81e098765cdf0a497ecb998e37a8b0f0a Signed-off-by: sungwook79.park --- diff --git a/include/app_control.h b/include/app_control.h index 473f49e..001602a 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -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.