From cf715190ffbd057dde49664ab790814edcd64b05 Mon Sep 17 00:00:00 2001 From: jeon Date: Wed, 30 Dec 2020 12:28:13 +0900 Subject: [PATCH] tizen_input_device_manager: add a request to set touch count Change-Id: Icf94a0d1c8ff8e616fbb703424159314dd30601b --- protocol/tizen/tizen-extension.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/protocol/tizen/tizen-extension.xml b/protocol/tizen/tizen-extension.xml index 8c7ff65..c9232d5 100644 --- a/protocol/tizen/tizen-extension.xml +++ b/protocol/tizen/tizen-extension.xml @@ -1273,6 +1273,7 @@ + @@ -1411,6 +1412,19 @@ + + + This request only changes system's touch count. + So this request doesn't change already connected touch devices's max count. + This will influence to user created device using input generator. + Input generator creates touch device only supports default touch count. + But if user set touch count before create a Input generator device, + user can create touch device has touch count user wanted. + But some systems has their own maximum touch count. + In that case this request returns error not_allowed. + + + -- 2.34.1