Remove GetMouseCursor
This commit is contained in:
parent
4ebb829423
commit
d0318795e1
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Reference in a new issue