Mention attention request function in README.md

This commit is contained in:
Felipe Ferreira da Silva 2017-04-06 21:39:07 -03:00
parent 584958222c
commit 49c4227b0d

View File

@ -122,6 +122,8 @@ information on what to include when reporting a bug.
## Changelog
- Added `glfwRequestWindowAttention` function that request attention to the
non-focused or minimized window
- Added `glfwGetKeyScancode` function that allows retrieving platform dependent
scancodes for keys (#830)
- Added `glfwSetWindowMaximizeCallback` and `GLFWwindowmaximizefun` for