diff options
| author | Ray <[email protected]> | 2021-05-20 19:14:42 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-05-20 19:14:42 +0200 |
| commit | 9360e4e2c130767f58d787193de0b913bab8cddf (patch) | |
| tree | 8ebf476fa3173a16c817e8419003ab47ed076ddc /src/raylib.h | |
| parent | 7b6b87ec5bd401408fea4cd4371169ee904d5028 (diff) | |
| download | raylib-9360e4e2c130767f58d787193de0b913bab8cddf.tar.gz raylib-9360e4e2c130767f58d787193de0b913bab8cddf.zip | |
Comment minor tweak
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
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) |
