mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Add change log entries
This commit is contained in:
parent
4464568c84
commit
d714fa5400
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -120,7 +120,21 @@ information on what to include when reporting a bug.
|
|||
|
||||
## Changelog since 3.5
|
||||
|
||||
None.
|
||||
- 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…
Add table
Add a link
Reference in a new issue