Support Window's InsetsChangedSignal by Tizen.NUI.Window 85/277885/11
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 14 Jul 2022 07:31:36 +0000 (16:31 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 3 Aug 2023 10:34:35 +0000 (19:34 +0900)
commit574136d6dcc5e4d1730e7fe6b5d0a1fc4c1b8e2f
tree1c95818e029a62b5486f030b04afd70f23eb65c5
parent8d65d3416043408eb790f412820b19397acad462
Support Window's InsetsChangedSignal by Tizen.NUI.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 obsecured by them.

Window's InsetsChangedSignal notifies the changes of the window insets.

To support Window's InsetsChangedSignal by Tizen.NUI.Window, the binding
functions are added.

Change-Id: I49a0704160d8b3c4a05baa67f2797643f2e64652
dali-csharp-binder/dali-adaptor/window-wrap.cpp