Documentation work

Fixes #1596

(cherry picked from commit aa80d24d01)
This commit is contained in:
Camilla Löwy
2022-06-28 23:19:30 +02:00
parent 0f341802e1
commit 7482de6071
2 changed files with 16 additions and 5 deletions
+1 -2
View File
@@ -4278,8 +4278,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