mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 02:45:54 +02:00
Cleanup
This commit is contained in:
@@ -69,8 +69,7 @@ static void centerCursor(_GLFWwindow *window)
|
||||
//
|
||||
static float transformY(float y)
|
||||
{
|
||||
const float height = CGDisplayBounds(CGMainDisplayID()).size.height;
|
||||
return height - y;
|
||||
return CGDisplayBounds(CGMainDisplayID()).size.height - y;
|
||||
}
|
||||
|
||||
// Enter full screen mode
|
||||
|
||||
Reference in New Issue
Block a user