mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Fixed hidden cursor positioning corner case.
This commit is contained in:
committed by
Camilla Berglund
parent
0e7c6e1d82
commit
99784fb8f0
@@ -221,6 +221,8 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/).
|
||||
with Xcode 5
|
||||
- [Cocoa] Bugfix: Use of undeclared selectors with `@selector` caused warnings
|
||||
with Xcode 5
|
||||
- [Cocoa] Bugfix: The cursor remained visible if moved onto client area after
|
||||
having been set to hidden outside it
|
||||
- [X11] Added setting of the `WM_CLASS` property to the initial window title
|
||||
|
||||
|
||||
@@ -296,6 +298,7 @@ skills.
|
||||
- Pierre Moulon
|
||||
- Julian Møller
|
||||
- Ozzy
|
||||
- Andri Pálsson
|
||||
- Peoro
|
||||
- Braden Pellett
|
||||
- Arturo J. Pérez
|
||||
|
||||
Reference in New Issue
Block a user