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

Merge branch 'master' into raylib-update

This commit is contained in:
Rgebee 2023-03-26 12:49:27 +01:00
commit 5bdaeed24e

View file

@ -249,7 +249,7 @@ namespace Raylib_cs
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void DisableCursor(); public static extern void DisableCursor();
/// <summary>Disables cursor (lock cursor)</summary> /// <summary>Check if cursor is on the screen</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern CBool IsCursorOnScreen(); public static extern CBool IsCursorOnScreen();