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:
parent
4ebb829423
commit
d0318795e1
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user