mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 10:44:34 +00:00
User contexts: added change log entry in README.md, listing all new symbols
This commit is contained in:
parent
e91b1820dd
commit
350aebf20a
@ -116,6 +116,9 @@ information on what to include when reporting a bug.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- Added OpenGL and OpenGL ES user contexts for multiple window contexts via
|
||||||
|
`GLFWusercontext`, `glfwCreateUserContext`, `glfwDestroyUserContext`,
|
||||||
|
`glfwMakeUserContextCurrent`, `glfwGetCurrentUserContext` (#1687)
|
||||||
- Added `GLFW_RESIZE_NWSE_CURSOR`, `GLFW_RESIZE_NESW_CURSOR`,
|
- Added `GLFW_RESIZE_NWSE_CURSOR`, `GLFW_RESIZE_NESW_CURSOR`,
|
||||||
`GLFW_RESIZE_ALL_CURSOR` and `GLFW_NOT_ALLOWED_CURSOR` cursor shapes (#427)
|
`GLFW_RESIZE_ALL_CURSOR` and `GLFW_NOT_ALLOWED_CURSOR` cursor shapes (#427)
|
||||||
- Added `GLFW_RESIZE_EW_CURSOR` alias for `GLFW_HRESIZE_CURSOR` (#427)
|
- Added `GLFW_RESIZE_EW_CURSOR` alias for `GLFW_HRESIZE_CURSOR` (#427)
|
||||||
|
Loading…
Reference in New Issue
Block a user