2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Comment of "IsCursorOnScreen" fixed (#151)

This commit is contained in:
JupiterRider 2023-03-26 10:23:20 +02:00 committed by GitHub
parent 7924d6f0aa
commit fa6354d454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();