diff --git a/Raylib-cs/Raylib.cs b/Raylib-cs/Raylib.cs index bac698e..aa48386 100644 --- a/Raylib-cs/Raylib.cs +++ b/Raylib-cs/Raylib.cs @@ -1539,10 +1539,6 @@ namespace Raylib_cs [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern float GetMouseWheelMove(); - /// Returns mouse cursor - [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern MouseCursor GetMouseCursor(); - /// Set mouse cursor [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern void SetMouseCursor(MouseCursor cursor);