[NUI] Fix FeedKeyEvent issue 00/159800/4
authorxb.teng <xb.teng@samsung.com>
Wed, 8 Nov 2017 07:43:18 +0000 (15:43 +0800)
committerhuiyu,eun <huiyu.eun@samsung.com>
Mon, 13 Nov 2017 08:24:04 +0000 (17:24 +0900)
1. Change FeedKeyEvent api to non-static,
2. Fix FeedKeyEvent crash

Change-Id: I6d6a4bb8468b0cae772c39849b56ba770e18f1a3

src/Tizen.NUI/src/internal/ManualPINVOKE.cs

index 13a3bc2..1b75ff9 100755 (executable)
@@ -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")]