Bind empty key event wrapper 10/299310/1
authorEunki Hong <eunkiki.hong@samsung.com>
Mon, 25 Sep 2023 16:18:16 +0000 (01:18 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Mon, 25 Sep 2023 16:18:16 +0000 (01:18 +0900)
Bind KeyEvent::New as default values.

Change-Id: I4acf2af77c6b71be4f2614f48035c53fc484695d
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/common/dali-wrap.cpp

index c311c50..fb31218 100644 (file)
@@ -15044,6 +15044,23 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Key_New(char * jarg1, char * jarg2, in
   return jresult;
 }
 
+SWIGEXPORT void* SWIGSTDCALL CSharp_Dali_Key_New__SWIG_1()
+{
+  void* jresult;
+  Dali::KeyEvent result;
+
+  {
+    try
+    {
+      result = DevelKeyEvent::New();
+    } CALL_CATCH_EXCEPTION(0);
+  }
+
+  jresult = new Dali::KeyEvent((const Dali::KeyEvent &)result);
+
+  return jresult;
+}
+
 SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_Key(void * jarg1) {
   Dali::KeyEvent *arg1 = (Dali::KeyEvent *) 0 ;