[NUI] Add InsetsChanged event to Window
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 14 Jul 2022 10:13:28 +0000 (19:13 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 Aug 2023 03:02:35 +0000 (12:02 +0900)
commitf4d740b6dc16cf1bd55bd0ce0c7d7f6119331c22
tree93b90df0280c65fb289f205cdcab693d9b28ab51
parent41e41d1ec86541cc80f168ebee7879b512bddb3b
[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