Updated the comment to correctly reflect the function action
This commit is contained in:
parent
5636ca1267
commit
1fc83ad0e2
|
|
@ -916,7 +916,7 @@ RLAPI void *GetWindowHandle(void); // Get native
|
||||||
RLAPI int GetScreenWidth(void); // Get current screen width
|
RLAPI int GetScreenWidth(void); // Get current screen width
|
||||||
RLAPI int GetScreenHeight(void); // Get current screen height
|
RLAPI int GetScreenHeight(void); // Get current screen height
|
||||||
RLAPI int GetMonitorCount(void); // Get number of connected monitors
|
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 Vector2 GetMonitorPosition(int monitor); // Get specified monitor position
|
||||||
RLAPI int GetMonitorWidth(int monitor); // Get specified monitor width
|
RLAPI int GetMonitorWidth(int monitor); // Get specified monitor width
|
||||||
RLAPI int GetMonitorHeight(int monitor); // Get specified monitor height
|
RLAPI int GetMonitorHeight(int monitor); // Get specified monitor height
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user