[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)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 21 Sep 2023 09:34:08 +0000 (18:34 +0900)
commit7807a093bfe6feeb02ce05c354c97ba7e90b2c0d
tree8742dacefbe00d3322c2b0b63dbcdb93fae47b7c
parentb8a355039daa43057d000733a8793bcafb81d068
[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