diff --git a/Raylib-cs/interop/Raylib.cs b/Raylib-cs/interop/Raylib.cs index 81ad262..f36f559 100644 --- a/Raylib-cs/interop/Raylib.cs +++ b/Raylib-cs/interop/Raylib.cs @@ -245,7 +245,7 @@ namespace Raylib_cs [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern void DisableCursor(); - /// Disables cursor (lock cursor) + /// Check if cursor is on the screen [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern CBool IsCursorOnScreen();