[NUI] Add InsetsChanged event to Window
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 14 Jul 2022 10:13:28 +0000 (19:13 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 22 Aug 2023 06:52:05 +0000 (15:52 +0900)
commitc12af6d284f2dec58a40532c752649cebef36677
tree263b481e7f92c76978e19f96195ec840f9cd5a14
parent111e585788abf529d768e6de92220d35eb7c0ada
[NUI] Add InsetsChanged event to Window

Window insets are the inner size between window content and window edge.

Window insets are required when status bar, virtual keyboard, or
clipboard appears on window to avoid window content obscured by them.

To notify the window insets changes, InsetsChanged event is added to
Window.
src/Tizen.NUI/src/internal/Interop/Interop.WindowInsetsChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Window/WindowInsetsChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Window/WindowEvent.cs