From 9360e4e2c130767f58d787193de0b913bab8cddf Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 20 May 2021 19:14:42 +0200 Subject: [PATCH] Comment minor tweak --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index d0548faba..51be68d78 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -964,7 +964,7 @@ RLAPI void HideCursor(void); // Hides curso RLAPI bool IsCursorHidden(void); // Check if cursor is not visible RLAPI void EnableCursor(void); // Enables cursor (unlock cursor) RLAPI void DisableCursor(void); // Disables cursor (lock cursor) -RLAPI bool IsCursorOnScreen(void); // Check if cursor is on the current screen. +RLAPI bool IsCursorOnScreen(void); // Check if cursor is on the screen // Drawing-related functions RLAPI void ClearBackground(Color color); // Set background color (framebuffer clear color)