devicescale: Fix comments

This commit is contained in:
Hajime Hoshi 2020-03-28 16:31:38 +09:00
parent d16477617e
commit 5e4e76d75c

View File

@ -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];