Fix #9993: Handle DPI changes on macOS and Windows

This commit is contained in:
Bouke Haarsma
2022-09-07 22:17:10 +02:00
committed by Michael Lutz
parent bda602f4b0
commit 45d98f689a
7 changed files with 86 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ void DrawMouseCursor();
void ScreenSizeChanged();
void GameSizeChanged();
void UpdateGUIZoom();
bool AdjustGUIZoom();
void UndrawMouseCursor();
/** Size of the buffer used for drawing strings. */