From f492ca6be763bc181ff89b1c3ec1106c90a2b1ac Mon Sep 17 00:00:00 2001 From: "xb.teng" Date: Wed, 8 Nov 2017 15:43:18 +0800 Subject: [PATCH] [NUI] Fix FeedKeyEvent issue 1. Change FeedKeyEvent api to non-static, 2. Fix FeedKeyEvent crash Change-Id: I6d6a4bb8468b0cae772c39849b56ba770e18f1a3 --- src/Tizen.NUI/src/internal/ManualPINVOKE.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/internal/ManualPINVOKE.cs b/src/Tizen.NUI/src/internal/ManualPINVOKE.cs index 13a3bc2..1b75ff9 100755 --- a/src/Tizen.NUI/src/internal/ManualPINVOKE.cs +++ b/src/Tizen.NUI/src/internal/ManualPINVOKE.cs @@ -850,7 +850,7 @@ namespace Tizen.NUI [global::System.Runtime.InteropServices.DllImport("libdali-csharp-binder.so", EntryPoint="CSharp_Dali_Window_SetTransparency")] public static extern global::System.IntPtr SetTransparency(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2); - [global::System.Runtime.InteropServices.DllImport("libdali-csharp-binder.so", EntryPoint="CSharp_Dali_Adaptor_FeedKeyEvent")] + [global::System.Runtime.InteropServices.DllImport("libdali-csharp-binder.so", EntryPoint="CSharp_Dali_Window_FeedKeyEvent")] public static extern void Window_FeedKeyEvent(global::System.Runtime.InteropServices.HandleRef jarg1); [global::System.Runtime.InteropServices.DllImport("libdali-csharp-binder.so", EntryPoint = "CSharp_Dali_MakeCallback")] -- 2.7.4