From 0e7f705e6813a7b7daeca1a05871b79cd6f5c5c9 Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:15:58 +0100 Subject: [PATCH] Update GetGestureHoldDuration() documentation --- Raylib-cs/interop/Raylib.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raylib-cs/interop/Raylib.cs b/Raylib-cs/interop/Raylib.cs index 91f74be..d31e205 100644 --- a/Raylib-cs/interop/Raylib.cs +++ b/Raylib-cs/interop/Raylib.cs @@ -906,7 +906,7 @@ public static unsafe partial class Raylib [DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern Gesture GetGestureDetected(); - /// Get gesture hold time in milliseconds + /// Get gesture hold time in seconds [DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern float GetGestureHoldDuration();