Moved note to new place of inversion.

This commit is contained in:
Camilla Berglund
2014-10-26 18:29:34 +01:00
parent 4c64e94d39
commit 3b9a14fc9c
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -683,12 +683,7 @@ static int translateKey(unsigned int key)
}
if (fabs(deltaX) > 0.0 || fabs(deltaY) > 0.0)
{
// NOTE: The X-axis is inverted for consistency with Windows and X11.
// Natural scrolling inverts both axes, making it consistent with
// the similarly named feature on modern X11 desktop systems.
_glfwInputScroll(window, deltaX, deltaY);
}
}
- (void)resetCursorRects