ADDED: GetWindowScaleDPI()

This commit is contained in:
raysan5 2020-04-24 23:17:32 +02:00
parent b73e7372d8
commit 8e59ecb50c
2 changed files with 18 additions and 1 deletions

View file

@ -895,6 +895,7 @@ RLAPI int GetMonitorHeight(int monitor); // Get primary
RLAPI int GetMonitorPhysicalWidth(int monitor); // Get primary monitor physical width in millimetres
RLAPI int GetMonitorPhysicalHeight(int monitor); // Get primary monitor physical height in millimetres
RLAPI Vector2 GetWindowPosition(void); // Get window position XY on monitor
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 primary monitor
RLAPI const char *GetClipboardText(void); // Get clipboard text content
RLAPI void SetClipboardText(const char *text); // Set clipboard text content