mirror of
https://github.com/glfw/glfw
synced 2026-09-27 19:43:43 +03:00
parent
fd7e737216
commit
aa80d24d01
2 changed files with 16 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue