Merge branch 'master' into multi-display-support

This commit is contained in:
Marcel Metz
2012-01-28 20:48:38 +01:00
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -138,9 +138,11 @@ void _glfwInputCursorMotion(_GLFWwindow* window, int x, int y)
}
if (_glfwLibrary.mousePosCallback)
{
_glfwLibrary.mousePosCallback(window,
window->cursorPosX,
window->cursorPosY);
}
}