[NUI.WindowSystem] Add new request of KVM Service
authorJunseok Kim <juns.kim@samsung.com>
Wed, 30 Aug 2023 07:23:02 +0000 (16:23 +0900)
committerJay Cho <chojoong@gmail.com>
Fri, 27 Oct 2023 02:29:29 +0000 (11:29 +0900)
commit7d3b76d0434c957c93f7ca7cfebf050416d917fa
treeaea0813f29d2733475eade65aef32a94c1244ba7
parentfea5c155e9e7b7b13d7ba5ccc289561cdb0aa95d
[NUI.WindowSystem] Add new request of KVM Service

Add new request of KVM Service as below:
 - ReceiveDragData: Request to get current drag data.
 - CancelDrag: Request to cancel current drag.
src/Tizen.NUI.WindowSystem/src/internal/Interop/Interop.KVMService.cs
src/Tizen.NUI.WindowSystem/src/public/KVMService.cs
test/NUIWindowKVMSample/NUIWindowKVMSample.cs