Add SetInputPanelPosition binding 83/213683/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 10 Sep 2019 06:45:17 +0000 (15:45 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 10 Sep 2019 06:45:59 +0000 (15:45 +0900)
Change-Id: I1e8ec322c4fb1c9b6a1dcc35a5d4fe48a5711997
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-csharp-binder/src/input-method-context.cpp

index 822687a..e0c3a80 100755 (executable)
@@ -1254,6 +1254,28 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_InputMethodContext_SetMIMEType(void * ja
 
 }
 
+SWIGEXPORT void SWIGSTDCALL CSharp_Dali_InputMethodContext_SetInputPanelPosition(void * jarg1, unsigned int jarg2, unsigned int jarg3) {
+  Dali::InputMethodContext *arg1 = (Dali::InputMethodContext *) 0 ;
+  unsigned int arg2 ;
+  unsigned int arg3 ;
+
+  arg1 = (Dali::InputMethodContext *)jarg1;
+  arg2 = (unsigned int)jarg2;
+  arg3 = (unsigned int)jarg3;
+  {
+    try {
+      (arg1)->SetInputPanelPosition(arg2, arg3);
+    } catch (std::out_of_range& e) {
+      {
+        SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ;
+      };
+    } catch (std::exception& e) {
+      {
+        SWIG_CSharpException(SWIG_RuntimeError, const_cast<char*>(e.what())); return ;
+      };
+    } catch (Dali::DaliException e) { SWIG_CSharpException(SWIG_UnknownError, e.condition); return ; } catch (...) { SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return ; }  }
+}
+
 
 // Signals
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_InputMethodContext_ActivatedSignal(void * jarg1) {