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/unified/20240516.163544~1^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a80701259b36b912190ae2ff9977b5c136b7dafc;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 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);