Update GetGestureHoldDuration() documentation
This commit is contained in:
parent
5586fcae6f
commit
0e7f705e68
1 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,7 @@ public static unsafe partial class Raylib
|
||||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern Gesture GetGestureDetected();
|
public static extern Gesture GetGestureDetected();
|
||||||
|
|
||||||
/// <summary>Get gesture hold time in milliseconds</summary>
|
/// <summary>Get gesture hold time in seconds</summary>
|
||||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern float GetGestureHoldDuration();
|
public static extern float GetGestureHoldDuration();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue