Bind PanGestureDetector MaximumMotionEventAge 80/276380/4
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 15 Jun 2022 13:10:48 +0000 (22:10 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 17 Jun 2022 07:33:43 +0000 (16:33 +0900)
Change-Id: I78e796775bc322ba0745dd9c866eb9ce30dede72
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/src/dali-wrap.cpp

index 0163f33..827795f 100755 (executable)
@@ -25886,6 +25886,20 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_PanGestureDetector_SetMaximumTouchesRequ
 
 }
 
+SWIGEXPORT void SWIGSTDCALL CSharp_Dali_PanGestureDetector_SetMaximumMotionEventAge(void * jarg1, unsigned int jarg2) {
+  Dali::PanGestureDetector *arg1 = (Dali::PanGestureDetector *) 0 ;
+  uint32_t arg2 ;
+
+  arg1 = (Dali::PanGestureDetector *)jarg1;
+  arg2 = (uint32_t)jarg2;
+  {
+    try {
+      (arg1)->SetMaximumMotionEventAge(arg2);
+    } CALL_CATCH_EXCEPTION();
+  }
+
+}
+
 
 SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Dali_PanGestureDetector_GetMinimumTouchesRequired(void * jarg1) {
   unsigned int jresult ;
@@ -25920,6 +25934,22 @@ SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Dali_PanGestureDetector_GetMaximumTou
   return jresult;
 }
 
+SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Dali_PanGestureDetector_GetMaximumMotionEventAge(void * jarg1) {
+  unsigned int jresult ;
+  Dali::PanGestureDetector *arg1 = (Dali::PanGestureDetector *) 0 ;
+  uint32_t result;
+
+  arg1 = (Dali::PanGestureDetector *)jarg1;
+  {
+    try {
+      result = (uint32_t)((Dali::PanGestureDetector const *)arg1)->GetMaximumMotionEventAge();
+    } CALL_CATCH_EXCEPTION(0);
+  }
+
+  jresult = result;
+  return jresult;
+}
+
 
 SWIGEXPORT void SWIGSTDCALL CSharp_Dali_PanGestureDetector_AddAngle__SWIG_0(void * jarg1, void * jarg2, void * jarg3) {
   Dali::PanGestureDetector *arg1 = (Dali::PanGestureDetector *) 0 ;