mirror of
https://github.com/glfw/glfw.git
synced 2025-03-09 03:03:13 +00:00
Add change log entries
This commit is contained in:
parent
6c7c2d2602
commit
8a1dd690cb
15
README.md
15
README.md
@ -134,6 +134,21 @@ information on what to include when reporting a bug.
|
||||
- [Null] Added EGL context creation on Mesa via `EGL_MESA_platform_surfaceless`
|
||||
- [EGL] Allowed native access on Wayland with `GLFW_CONTEXT_CREATION_API` set to
|
||||
`GLFW_NATIVE_CONTEXT_API` (#2518)
|
||||
- Added `glfwSetPreeditCallback` function and `GLFWpreeditfun` type for
|
||||
preedit of input method (#2130)
|
||||
- Added `glfwSetIMEStatusCallback` function and `GLFWimestatusfun` type for
|
||||
status of input method (#2130)
|
||||
- Added `glfwSetPreeditCursorRectangle` function to set the preedit cursor
|
||||
area that is used to decide the position of the candidate window of input
|
||||
method (#2130)
|
||||
- Added `glfwGetPreeditCursorRectangle` function to get the preedit cursor
|
||||
area (#2130)
|
||||
- Added `glfwResetPreeditText` function to reset preedit of input method
|
||||
(#2130)
|
||||
- Added `GLFW_IME` input mode for `glfwGetInputMode` and `glfwSetInputMode`
|
||||
(#2130)
|
||||
- Added `GLFW_X11_ONTHESPOT` init hint for using on-the-spot input method
|
||||
style on X11 (#2130)
|
||||
|
||||
|
||||
## Contact
|
||||
|
Loading…
Reference in New Issue
Block a user