[NUI] Add Clipboard
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 17 Jul 2023 08:23:28 +0000 (17:23 +0900)
committertscholb <scholb.kim@samsung.com>
Tue, 1 Aug 2023 07:13:54 +0000 (16:13 +0900)
commit4638186563a170ae148fc70270a2bb23f15f3744
tree86d27761a03f28039a1a25011f83f2ffdbfef7ff
parent9e99372204934a9a4fa86f6a452e0064c844a7d9
[NUI] Add Clipboard

Implement the Clipboard singleton class
that allows set and retrieval of data from the clipboard.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/internal/Common/ClipboardSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Clipboard.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Clipboard/Clipboard.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Clipboard/ClipboardEvent.cs [new file with mode: 0755]