From 10d7b87fdcf046df8b9434fdb36ae2f3e0625d00 Mon Sep 17 00:00:00 2001 From: "joogab.yun" Date: Thu, 28 Mar 2024 14:32:09 +0900 Subject: [PATCH] Binding SetTapMaximumMotionAllowedDistance Change-Id: I19df2811de4c6772fc79cc0f7cd86d5094e5e168 --- dali-csharp-binder/dali-core/input-options-wrap.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dali-csharp-binder/dali-core/input-options-wrap.cpp b/dali-csharp-binder/dali-core/input-options-wrap.cpp index e8deac1b..827b8a17 100644 --- a/dali-csharp-binder/dali-core/input-options-wrap.cpp +++ b/dali-csharp-binder/dali-core/input-options-wrap.cpp @@ -253,6 +253,15 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_GestureOptions_SetTapRecognizerTime(uint return; } +SWIGEXPORT void SWIGSTDCALL CSharp_Dali_GestureOptions_SetTapMaximumMotionAllowedDistance(float distance) { + { + try { + Integration::SetTapMaximumMotionAllowedDistance(distance); + } CALL_CATCH_EXCEPTION(); + } + return; +} + #ifdef __cplusplus } #endif -- 2.34.1