From ffa70d9adfa77edd4c4fd0f5ec54a8491dc0380e Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 3 Jul 2017 15:57:13 +0900 Subject: [PATCH] text, inputmethod: Add input_panel_event protocol Change-Id: I1a94628b06c37c3325958fdcd83edfd32abbb167 Signed-off-by: Jihoon Kim --- protocol/input-method.xml | 8 ++++++++ protocol/text.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/protocol/input-method.xml b/protocol/input-method.xml index 2d5e41b..aa9113e 100644 --- a/protocol/input-method.xml +++ b/protocol/input-method.xml @@ -235,6 +235,14 @@ + + + Send the input panel event. + + + + + diff --git a/protocol/text.xml b/protocol/text.xml index 68cbd15..5d6c233 100644 --- a/protocol/text.xml +++ b/protocol/text.xml @@ -501,6 +501,14 @@ + + + Notify when the input panel event is changed + + + + + -- 2.34.1