mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Add GLFW_CENTER_CURSOR
Adds a hint for controlling whether the cursor is centered over newly created full screen windows. Fixes #749. Closes #842.
This commit is contained in:
committed by
Camilla Löwy
parent
3af0c47c97
commit
72ac5badb0
@@ -159,6 +159,7 @@ information on what to include when reporting a bug.
|
||||
- [Cocoa] Bugfix: Windows created after the first were not cascaded (#195)
|
||||
- [EGL] Added support for `EGL_KHR_get_all_proc_addresses` (#871)
|
||||
- [EGL] Bugfix: The test for `EGL_RGB_BUFFER` was invalid
|
||||
- Added 'GLFW_CENTER_CURSOR' window hint for controlling cursor centering
|
||||
|
||||
|
||||
## Contact
|
||||
@@ -307,6 +308,7 @@ skills.
|
||||
- Santi Zupancic
|
||||
- Jonas Ådahl
|
||||
- Lasse Öörni
|
||||
- Liam Middlebrook
|
||||
- All the unmentioned and anonymous contributors in the GLFW community, for bug
|
||||
reports, patches, feedback, testing and encouragement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user