Changed default cursor mode for fullscreen.

This commit is contained in:
Camilla Berglund
2013-04-10 01:57:43 +02:00
parent 8282a8fbe0
commit 159f9b9526
3 changed files with 3 additions and 9 deletions
+1
View File
@@ -313,6 +313,7 @@ GLFW.
* Changed `glfwGetVideoModes` to return a dynamic, unlimited number of video
modes for the specified monitor
* Changed cursor position to double-precision floating-point
* Changed default cursor mode for fullscreen to normal
* Renamed `glfw.h` to `glfw3.h` to avoid conflicts with 2.x series
* Renamed `glfwOpenWindowHint` to `glfwWindowHint`
* Renamed `GLFW_ACTIVE` to `GLFW_FOCUSED`