Add window move/resize completed signal
authorWonsik Jung <sidein@samsung.com>
Mon, 22 May 2023 00:56:55 +0000 (09:56 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 8 Jun 2023 08:33:00 +0000 (17:33 +0900)
commit0eff045e17cd35286b1dbdde48acbb77c37007c3
tree1af4991760460e39f069c93a9a2841ebe4fd544a
parent62d2b588e47dd232facb86d67d48676dc16f853c
Add window move/resize completed signal

When RequestMoveToServer() or RequestResizeToServer() is called, window start to be moved or resized by display server.
After the action is finished, server send the completed event.
This patch is to received the events.
src/Tizen.NUI/src/internal/Interop/Interop.WindowMoveCompletedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Interop/Interop.WindowResizeCompletedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Window/WindowMoveCompletedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Window/WindowResizeCompletedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Window/WindowEvent.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/BorderWindowTest.cs