2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Remove GetMouseCursor

This commit is contained in:
ChrisDill 2021-09-25 07:49:14 +01:00
parent 4ebb829423
commit d0318795e1

View File

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