[NUI] Add new features for window
authorWonsik Jung <sidein@samsung.com>
Thu, 1 Jul 2021 10:38:37 +0000 (19:38 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Mon, 5 Jul 2021 09:51:44 +0000 (18:51 +0900)
commitf8d6893df1d7f99fe2715b5484cedbbffe9e6484
treed392706a0674ca42fd06fc52e38a7de23ae4a98e
parent36e90bfa663a56bebf91094b4fcfbcf25a8ad892
[NUI] Add new features for window

1. Supports IME window and application.
It is only for internal IME window and application.
These new APIs should be not public.

2. Supports floating window mode.

3. Supports window resized/moved by display server.
src/Tizen.NUI/src/internal/Application/Application.cs
src/Tizen.NUI/src/internal/Application/NUICoreBackend.cs
src/Tizen.NUI/src/internal/Interop/Interop.Application.cs
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs
src/Tizen.NUI/src/public/Application/NUIApplication.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs
src/Tizen.NUI/src/public/Window/Window.cs