Add gesture source type 78/259078/9
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 1 Jun 2021 02:01:15 +0000 (11:01 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Fri, 11 Jun 2021 01:09:12 +0000 (10:09 +0900)
Change-Id: Ic5ed5136195e80c13ba10ec712abfee4616fdf12

dali-csharp-binder/src/dali_wrap.cpp

index 92a5276..7ffaade 100755 (executable)
@@ -27942,6 +27942,22 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TapGesture_localPoint_get(void * jarg1
 }
 
 
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TapGesture_sourceType_get(void * jarg1) {
+  int jresult ;
+  Dali::TapGesture *arg1 = (Dali::TapGesture *) 0 ;
+  Dali::GestureSourceType result;
+
+  arg1 = (Dali::TapGesture *)jarg1;
+  {
+    try {
+      result = ((Dali::TapGesture const *)arg1)->GetSourceType();
+    } CALL_CATCH_EXCEPTION(0);
+  }
+
+  jresult = static_cast< int >(result);
+  return jresult;
+}
+
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_AlphaFunction__SWIG_0() {
   void * jresult ;
   Dali::AlphaFunction *result = 0 ;