From: jeon Date: Tue, 22 Dec 2020 09:56:02 +0000 (+0900) Subject: tizen_input_device_manager: add event to send touch max slot count X-Git-Tag: submit/tizen/20210113.113637~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F250254%2F3;p=platform%2Fcore%2Fuifw%2Fwayland-extension.git tizen_input_device_manager: add event to send touch max slot count Change-Id: Ifc7ec0d55e5405c9164d63c01c36e0c5c9fad413 --- diff --git a/protocol/tizen/tizen-extension.xml b/protocol/tizen/tizen-extension.xml index bf99ae6..8c7ff65 100644 --- a/protocol/tizen/tizen-extension.xml +++ b/protocol/tizen/tizen-extension.xml @@ -1216,7 +1216,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 @@ -1396,6 +1396,21 @@ + + + + Each touch devices has their own touch counts can be supported. + So a server controls maximum touches in this system to maintain resources efficiently. + Sometimes a server controls maximum touches using a predefined configuration option. + Sometimes a server ensures maximum touches to be supported by touch device. + If a server do not use configuration option, maximum touches can be updated when new touch devices are connected. + So this events can be sent to client, when a first touch device is added or maximum touches is changed. + + + + + +