mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Comment of "IsCursorOnScreen" fixed (#151)
This commit is contained in:
@ -245,7 +245,7 @@ namespace Raylib_cs
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
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)]
|
||||
public static extern CBool IsCursorOnScreen();
|
||||
|
||||
|
Reference in New Issue
Block a user