Fixed cursor centering for odd window sizes.

This commit is contained in:
Camilla Berglund
2013-11-13 12:19:43 +01:00
parent d82095d7ea
commit 7af99bce88
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -41,6 +41,7 @@ guide in the GLFW documentation.
focus callback
- [Win32] Bugfix: The disabled cursor mode clip rectangle was updated for
unfocused windows
- [Win32] Bugfix: Cursor was not properly re-centered over odd-sized windows
- [Cocoa] Added dependency on CoreVideo framework for refresh rate retrieval
- [Cocoa] Enabled Lion full screen for resizable windowed mode windows
- [Cocoa] Moved to Cocoa API for application transformation and activation