Watch
2
0
Fork
You've already forked raylib-cs
0

Remove GetMouseCursor

This commit is contained in:
Rgebee 2021-09-25 07:49:14 +01:00
commit d0318795e1

View file

@ -1539,10 +1539,6 @@ namespace Raylib_cs
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern float GetMouseWheelMove();
/// <summary>Returns mouse cursor</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern MouseCursor GetMouseCursor();
/// <summary>Set mouse cursor</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void SetMouseCursor(MouseCursor cursor);