mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Changed scrollWheel to use precise scrolling deltas when available.
Use precise scrolling deltas only on supported versions of OS X; hasPreciseScrollingDeltas, scrollingDeltaX, scrollingDeltaY are available in OS X v10.7 and later. Replaced a single occurence of a tab character with 4 spaces for consistency in src/socoa_window.m.
This commit is contained in:
@@ -112,6 +112,7 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/).
|
||||
returned by `glfwGetProcAddress`
|
||||
- [Win32] Bugfix: The user32 and dwmapi module handles were not freed on
|
||||
library termination
|
||||
- [Cocoa] Changed scroll callback to use precise scrolling deltas when available
|
||||
- [Cocoa] Enabled explicit creation of OpenGL 3.x and 4.x contexts as supported
|
||||
by OS X 10.9
|
||||
- [Cocoa] Bugfix: The clipboard string was not freed on terminate
|
||||
|
||||
Reference in New Issue
Block a user