Comment of "IsCursorOnScreen" fixed (#151)
This commit is contained in:
parent
7924d6f0aa
commit
fa6354d454
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue