From: joogab.yun Date: Mon, 22 Apr 2024 02:20:18 +0000 (+0900) Subject: [NUI] Change the SetTime of Touch from ulong to uint. X-Git-Tag: accepted/tizen/8.0/unified/20240613.065534~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaa2ba7005ab401987dfb754044a40ec66e95584;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Change the SetTime of Touch from ulong to uint. --- 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);