summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2021-05-20 19:14:42 +0200
committerRay <[email protected]>2021-05-20 19:14:42 +0200
commit9360e4e2c130767f58d787193de0b913bab8cddf (patch)
tree8ebf476fa3173a16c817e8419003ab47ed076ddc
parent7b6b87ec5bd401408fea4cd4371169ee904d5028 (diff)
downloadraylib-9360e4e2c130767f58d787193de0b913bab8cddf.tar.gz
raylib-9360e4e2c130767f58d787193de0b913bab8cddf.zip
Comment minor tweak
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index d0548fab..51be68d7 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)