Fix mouse cursor setting on macOS to properly handle screen scale

This commit is contained in:
Wojtek Figat
2023-07-15 14:01:56 +02:00
parent 18fb7fb849
commit a7e436412c
2 changed files with 4 additions and 4 deletions

View File

@@ -643,7 +643,6 @@ MacWindow::MacWindow(const CreateWindowSettings& settings)
// TODO: impl StartPosition for MacWindow
// TODO: impl Fullscreen for MacWindow
// TODO: impl ShowInTaskbar for MacWindow
// TODO: impl AllowInput for MacWindow
// TODO: impl IsTopmost for MacWindow
}