From e9757becfc1a88d69fe04638740be9ef8ecba762 Mon Sep 17 00:00:00 2001 From: "joogab.yun" Date: Mon, 24 Apr 2023 18:16:05 +0900 Subject: [PATCH] [Tizen] Binding SetTapRecognizerTime refer : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/291871/ Change-Id: Ie2f2513b580e28fd024419e309f212fe4d48d9c2 --- dali-csharp-binder/src/input-options-wrap.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dali-csharp-binder/src/input-options-wrap.cpp b/dali-csharp-binder/src/input-options-wrap.cpp index 3be38a7..c777000 100644 --- a/dali-csharp-binder/src/input-options-wrap.cpp +++ b/dali-csharp-binder/src/input-options-wrap.cpp @@ -244,6 +244,15 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_GestureOptions_SetTapMaximumAllowedTime( return; } +SWIGEXPORT void SWIGSTDCALL CSharp_Dali_GestureOptions_SetTapRecognizerTime(uint32_t time) { + { + try { + Integration::SetTapRecognizerTime(time); + } CALL_CATCH_EXCEPTION(); + } + return; +} + #ifdef __cplusplus } #endif -- 2.7.4