mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Remove GetMouseCursor
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user