mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Change to README.md
This commit is contained in:
parent
a56747636f
commit
6d7ff01294
@ -124,6 +124,8 @@ information on what to include when reporting a bug.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- Added c++ namespace syntax as alternative for accessing glfw functions,
|
||||||
|
`glfwInit()` becomes `glfw::Init()`.
|
||||||
- Added `glfwGetError` function for querying the last error code and its
|
- Added `glfwGetError` function for querying the last error code and its
|
||||||
description (#970)
|
description (#970)
|
||||||
- Added `glfwUpdateGamepadMappings` function for importing gamepad mappings in
|
- Added `glfwUpdateGamepadMappings` function for importing gamepad mappings in
|
||||||
@ -500,4 +502,3 @@ skills.
|
|||||||
- Lasse Öörni
|
- Lasse Öörni
|
||||||
- All the unmentioned and anonymous contributors in the GLFW community, for bug
|
- All the unmentioned and anonymous contributors in the GLFW community, for bug
|
||||||
reports, patches, feedback, testing and encouragement
|
reports, patches, feedback, testing and encouragement
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user