[NUI] Change the SetTime of Touch from ulong to uint.
authorjoogab.yun <joogab.yun@samsung.com>
Mon, 22 Apr 2024 02:20:18 +0000 (11:20 +0900)
committerbshsqa <32317749+bshsqa@users.noreply.github.com>
Mon, 13 May 2024 07:08:49 +0000 (16:08 +0900)
src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs

index d918467..3bad4eb 100755 (executable)
@@ -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);