diff --git a/Raylib-cs/interop/Raylib.cs b/Raylib-cs/interop/Raylib.cs index 1b7f613..ea8a480 100644 --- a/Raylib-cs/interop/Raylib.cs +++ b/Raylib-cs/interop/Raylib.cs @@ -249,7 +249,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();