Skip to content

Commit

Permalink
[NUI] Change the SetTime of Touch from ulong to uint.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoogabYun committed Apr 22, 2024
1 parent 0e7a805 commit be03ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal static partial class Touch
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);
Expand Down

0 comments on commit be03ef6

Please sign in to comment.