From c8860c2f8f4b494beb368c4542659b8ce15d0e87 Mon Sep 17 00:00:00 2001 From: Inhong Han Date: Thu, 9 May 2024 11:02:49 +0900 Subject: [PATCH] text, input-method: Add new protocols for floating IME Change-Id: Ie0fefa41008e95b83558a0ac2ed2a25a48b0ce6d --- protocol/tizen/input-method.xml | 14 +++++++++++++- protocol/tizen/text.xml | 10 +++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/protocol/tizen/input-method.xml b/protocol/tizen/input-method.xml index 7fedae4..3bf5f11 100644 --- a/protocol/tizen/input-method.xml +++ b/protocol/tizen/input-method.xml @@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE. - + Corresponds to a text input on the input method side. An input method context is created on text input activation on the input method side. It allows @@ -301,6 +301,13 @@ + + + + + + + The plain surrounding text around the input position. Cursor is the @@ -423,6 +430,11 @@ + + + + + diff --git a/protocol/tizen/text.xml b/protocol/tizen/text.xml index 0c4f1f6..2122b18 100644 --- a/protocol/tizen/text.xml +++ b/protocol/tizen/text.xml @@ -26,7 +26,7 @@ THIS SOFTWARE. - + An object used for text input. Adds support for text input and input methods to applications. A text_input object is created from a @@ -343,6 +343,14 @@ + + + Set the Position and Alignment of the input panel. + + + + + Notify the text_input object when it received focus. Typically in -- 2.34.1