Home
last modified time | relevance | path

Searched refs:GLFW_REPEAT (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/tests/
H A Devents.c206 case GLFW_REPEAT: in get_action_name()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h272 #define GLFW_REPEAT 2 macro
1015 * @param[in] action `GLFW_PRESS`, `GLFW_RELEASE` or `GLFW_REPEAT`.
2992 * `GLFW_RELEASE`. The higher-level action `GLFW_REPEAT` is only reported to
/third_party/glfw/include/GLFW/
H A Dglfw3.h345 #define GLFW_REPEAT 2 macro
1885 * @param[in] action `GLFW_PRESS`, `GLFW_RELEASE` or `GLFW_REPEAT`. Future
4875 * `GLFW_RELEASE`. The action `GLFW_REPEAT` is only reported to the key callback.
/third_party/glfw/src/
H A Dinput.c296 action = GLFW_REPEAT; in _glfwInputKey()

Completed in 14 milliseconds