mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-19 21:05:44 +00:00
REVIEWED: Window scaling with HighDPI on macOS #5059
This commit is contained in:
@@ -47,6 +47,8 @@ int main(void)
|
||||
mousePos = GetMousePosition();
|
||||
currentMonitor = GetCurrentMonitor();
|
||||
scaleDpi = GetWindowScaleDPI();
|
||||
|
||||
if (IsKeyPressed(KEY_SPACE)) ToggleBorderlessWindowed();
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Draw
|
||||
|
||||
Reference in New Issue
Block a user