From 401f295de2c0747b2e0b2a9488e02e28db3538d4 Mon Sep 17 00:00:00 2001 From: "duna.oh" Date: Tue, 22 Aug 2023 17:15:03 +0900 Subject: [PATCH] tizen_input_device_manager: add requests of keyboard_grab/ungrab Change-Id: I260e2f0dcf5109dbaf2886c78b35af767faa4320 --- protocol/tizen/tizen-extension.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/protocol/tizen/tizen-extension.xml b/protocol/tizen/tizen-extension.xml index 417cd60..f4ace49 100644 --- a/protocol/tizen/tizen-extension.xml +++ b/protocol/tizen/tizen-extension.xml @@ -1646,7 +1646,7 @@ - + Tizen input device manager is a global interface. This object has device add/remove events to provide tizen input device object to a client. This allows for a client to get the con @@ -1863,6 +1863,28 @@ + + + + + + + + + + + + + + + + + + + + + + -- 2.34.1