From 5a2353dc5e0bc41f8525d84bafa0d8cda15968d7 Mon Sep 17 00:00:00 2001 From: Jiyun Yang Date: Wed, 7 Jul 2021 21:30:59 +0900 Subject: [PATCH] Add WebView SetTtsFocus Change-Id: I059116228b3f2a34d1b62dd9aa91df17ac5536a7 Signed-off-by: Jiyun Yang --- dali-csharp-binder/src/web-view.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dali-csharp-binder/src/web-view.cpp b/dali-csharp-binder/src/web-view.cpp index d46a183..af47f92 100755 --- a/dali-csharp-binder/src/web-view.cpp +++ b/dali-csharp-binder/src/web-view.cpp @@ -904,6 +904,13 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_WebView_RegisterGeolocationPermissionCal } } +SWIGEXPORT void SWIGSTDCALL CSharp_Dali_WebView_SetTtsFocus(void* jarg1, bool jarg2) { + Dali::Toolkit::WebView* webview = (Dali::Toolkit::WebView*)jarg1; + try { + webview->SetTtsFocus(jarg2); + } CALL_CATCH_EXCEPTION(); +} + SWIGEXPORT Dali::Toolkit::Control *SWIGSTDCALL CSharp_Dali_WebView_SWIGUpcast(Dali::Toolkit::WebView* jarg1) { return (Dali::Toolkit::Control*)jarg1; } -- 2.7.4