From eaa2ba7005ab401987dfb754044a40ec66e95584 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 b845b19..cc95133 100755 --- a/src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs +++ b/src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs @@ -37,7 +37,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