From 1fc83ad0e2674c545af0d30271170753611a1a00 Mon Sep 17 00:00:00 2001 From: Hristo Stamenov Date: Tue, 29 Dec 2020 11:03:02 +0200 Subject: [PATCH] Updated the comment to correctly reflect the function action --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 204513c66..fd85814ba 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -916,7 +916,7 @@ RLAPI void *GetWindowHandle(void); // Get native RLAPI int GetScreenWidth(void); // Get current screen width RLAPI int GetScreenHeight(void); // Get current screen height RLAPI int GetMonitorCount(void); // Get number of connected monitors -RLAPI int GetCurrentMonitor(void); // Get number of connected monitors +RLAPI int GetCurrentMonitor(void); // Get current connected monitor RLAPI Vector2 GetMonitorPosition(int monitor); // Get specified monitor position RLAPI int GetMonitorWidth(int monitor); // Get specified monitor width RLAPI int GetMonitorHeight(int monitor); // Get specified monitor height