mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
devicescale: Fix comments
This commit is contained in:
parent
d16477617e
commit
5e4e76d75c
@ -25,7 +25,7 @@ package devicescale
|
||||
//
|
||||
// static float scaleAt(int x, int y) {
|
||||
// // On macOS, the direction of Y axis is inverted from GLFW monitors (#807).
|
||||
// // This is a reverse function of _glfwTransformYNS in GLFW (#1113).
|
||||
// // This is an inverse function of _glfwTransformYNS in GLFW (#1113).
|
||||
// y = CGDisplayBounds(CGMainDisplayID()).size.height - y - 1;
|
||||
//
|
||||
// NSArray<NSScreen*>* screens = [NSScreen screens];
|
||||
|
Loading…
Reference in New Issue
Block a user