Documentation work

Fixes #1596
This commit is contained in:
Camilla Löwy
2022-06-28 23:19:30 +02:00
parent fd7e737216
commit aa80d24d01
2 changed files with 16 additions and 5 deletions

View File

@@ -4734,8 +4734,7 @@ GLFWAPI int glfwGetKeyScancode(int key);
*
* This function returns the last state reported for the specified key to the
* specified window. The returned state is one of `GLFW_PRESS` or
* `GLFW_RELEASE`. The higher-level action `GLFW_REPEAT` is only reported to
* the key callback.
* `GLFW_RELEASE`. The action `GLFW_REPEAT` is only reported to the key callback.
*
* If the @ref GLFW_STICKY_KEYS input mode is enabled, this function returns
* `GLFW_PRESS` the first time you call it for a key that was pressed, even if