refer :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/295493/
Change-Id: I466f3a7744192f4d25e205e9136c7b64d89d01a1
}
+SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_Window_IsFloatingModeEnabled(void* winHandle)
+{
+ Dali::Window* window = (Dali::Window*)winHandle;
+ bool result = false;
+ if (!window) {
+ SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null Dali::Window", 0);
+ return false;
+ }
+
+ {
+ try {
+ result = Dali::DevelWindow::IsFloatingModeEnabled(*window);
+ } CALL_CATCH_EXCEPTION(0);
+ }
+ return result;
+
+}
+
SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Window_IncludeInputRegion(void* winHandle, void* region)
{
Dali::Window* window = (Dali::Window*)winHandle;