Add intercept touch event 21/245321/4
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 7 Oct 2020 05:35:27 +0000 (14:35 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Wed, 14 Oct 2020 02:51:07 +0000 (11:51 +0900)
Change-Id: Iba7b5e22abb01fd65a7580fe0ef263994155a607

dali-csharp-binder/src/dali_wrap.cpp

index a6326c2..6404804 100755 (executable)
@@ -23399,6 +23399,29 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Actor_RemoveRenderer__SWIG_1(void * jarg
 
 }
 
+SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Actor_InterceptTouchSignal(void * jarg1) {
+  void * jresult ;
+  Dali::Actor arg1 ;
+  Dali::Actor *argp1 = (Dali::Actor *) 0 ;
+  Dali::Actor::TouchEventSignalType *result = 0 ;
+
+
+  argp1 = (Dali::Actor *)jarg1;
+  if (!argp1) {
+    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null Dali::Actor", 0);
+    return 0;
+  }
+  arg1 = *argp1;
+  {
+    try {
+      result = (Dali::Actor::TouchEventSignalType *) &Dali::DevelActor::InterceptTouchedSignal(arg1);
+    } CALL_CATCH_EXCEPTION(0);
+  }
+
+  jresult = (void *)result;
+  return jresult;
+}
+
 
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Actor_TouchSignal(void * jarg1) {
   void * jresult ;