[NUI] Change ulong to uint at Interop.Touch.GetMouseButton (#3057)
authorJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Tue, 18 May 2021 09:39:49 +0000 (18:39 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 21 May 2021 07:37:43 +0000 (16:37 +0900)
src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs

index 0472201..d5f221c 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr NewTouch(global::System.Runtime.InteropServices.HandleRef jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Touch_GetMouseButton")]
-            public static extern int GetMouseButton(global::System.Runtime.InteropServices.HandleRef jarg1, ulong jarg2);
+            public static extern int GetMouseButton(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Touch_Assign")]
             public static extern global::System.IntPtr Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);