[NUI.WindowSystem] Add SetSecondarySelection and UnsetSecondarySelection to fix typo
authorJunseok Kim <juns.kim@samsung.com>
Wed, 1 Nov 2023 05:27:06 +0000 (14:27 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 2 Nov 2023 04:29:15 +0000 (13:29 +0900)
commit1f4abdeb0d9d3611375c8d075f5a07693a53effb
treeddf8171db7b87c430e76949b347346eddef1b97c
parent6a9a048280fbde64be3217109e1c0e7bc752d847
[NUI.WindowSystem] Add SetSecondarySelection and UnsetSecondarySelection to fix typo

Add new requests SetSecondarySelection and UnsetSecondarySelection to alternate requests
SetSecondarySelction and UnsetSecondarySelction that have typo.

After all caller that typo requests have been removed, the typo request have been removed.
src/Tizen.NUI.WindowSystem/src/public/KVMService.cs
src/Tizen.NUI/src/public/Clipboard/ClipboardEvent.cs
test/NUIClipboardDataSelected/ClipboardDataSelected.cs
test/NUIWindowKVMSample/NUIWindowKVMSample.cs