[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)
committerJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Mon, 22 Apr 2024 02:37:44 +0000 (11:37 +0900)
src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs

index b845b19..cc95133 100755 (executable)
@@ -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);