From a80701259b36b912190ae2ff9977b5c136b7dafc Mon Sep 17 00:00:00 2001 From: "joogab.yun" Date: Mon, 22 Apr 2024 11:20:18 +0900 Subject: [PATCH] [NUI] Change the SetTime of Touch from ulong to uint. --- src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs b/src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs index d918467..3bad4eb 100755 --- a/src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs +++ b/src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs @@ -31,7 +31,7 @@ namespace Tizen.NUI public static extern uint GetTime(global::System.Runtime.InteropServices.HandleRef jarg1); [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Touch_SetTime")] - public static extern void SetTime(global::System.Runtime.InteropServices.HandleRef touchEvent, ulong time); + public static extern void SetTime(global::System.Runtime.InteropServices.HandleRef touchEvent, uint time); [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Touch_GetPointCount")] public static extern uint GetPointCount(global::System.Runtime.InteropServices.HandleRef jarg1); -- 2.7.4