|
@ -1006,6 +1006,7 @@ RLAPI int GetMonitorHeight(int monitor); // Get specifi |
|
|
RLAPI int GetMonitorPhysicalWidth(int monitor); // Get specified monitor physical width in millimetres |
|
|
RLAPI int GetMonitorPhysicalWidth(int monitor); // Get specified monitor physical width in millimetres |
|
|
RLAPI int GetMonitorPhysicalHeight(int monitor); // Get specified monitor physical height in millimetres |
|
|
RLAPI int GetMonitorPhysicalHeight(int monitor); // Get specified monitor physical height in millimetres |
|
|
RLAPI int GetMonitorRefreshRate(int monitor); // Get specified monitor refresh rate |
|
|
RLAPI int GetMonitorRefreshRate(int monitor); // Get specified monitor refresh rate |
|
|
|
|
|
RLAPI Vector2 GetMonitorScale(int monitor); // Get specified monitor scale |
|
|
RLAPI Vector2 GetWindowPosition(void); // Get window position XY on monitor |
|
|
RLAPI Vector2 GetWindowPosition(void); // Get window position XY on monitor |
|
|
RLAPI Vector2 GetWindowScaleDPI(void); // Get window scale DPI factor |
|
|
RLAPI Vector2 GetWindowScaleDPI(void); // Get window scale DPI factor |
|
|
RLAPI const char *GetMonitorName(int monitor); // Get the human-readable, UTF-8 encoded name of the specified monitor |
|
|
RLAPI const char *GetMonitorName(int monitor); // Get the human-readable, UTF-8 encoded name of the specified monitor |
|
|