Merge branch 'master' into multi-monitor

This commit is contained in:
Camilla Berglund
2012-11-08 16:29:56 +01:00
7 changed files with 20 additions and 20 deletions
+3
View File
@@ -40,6 +40,7 @@
static void hideCursor(_GLFWwindow* window)
{
UNREFERENCED_PARAMETER(window);
}
@@ -68,6 +69,8 @@ static void captureCursor(_GLFWwindow* window)
static void showCursor(_GLFWwindow* window)
{
UNREFERENCED_PARAMETER(window);
// Un-capture cursor
ReleaseCapture();