Binding ReceiveAllTapEvents of TapGestureDetector 50/277050/4
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 30 Jun 2022 03:46:32 +0000 (12:46 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 4 Jul 2022 03:18:22 +0000 (12:18 +0900)
Change-Id: I4e043c9c08c95511324fc3809045a4ab0bd87034

dali-csharp-binder/src/dali-wrap.cpp

index 827795fae796acbced0b378d18bdc0e6fc3aaa6b..b8f7765bc4173beea404dde0dd9501153c2237df 100755 (executable)
@@ -27030,6 +27030,21 @@ SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Dali_TapGestureDetector_GetMaximumTap
   return jresult;
 }
 
+SWIGEXPORT void SWIGSTDCALL CSharp_Dali_TapGestureDetector_ReceiveAllTapEvents(void * tapGestureDetector, bool isReceive) {
+  Dali::TapGestureDetector *detector = (Dali::TapGestureDetector *) 0 ;
+
+  detector = (Dali::TapGestureDetector *)tapGestureDetector;
+  if (!detector) {
+    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::TapGestureDetector const & type is null", 0);
+    return;
+  }
+  {
+    try {
+      (detector)->ReceiveAllTapEvents(isReceive);
+    } CALL_CATCH_EXCEPTION();
+  }
+
+}
 
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TapGestureDetector_DetectedSignal(void * jarg1) {
   void * jresult ;