Home
last modified time | relevance | path

Searched refs:glfwGetKey (Results 1 – 5 of 5) sorted by relevance

/third_party/glfw/docs/
Dinput.dox130 that can be polled with @ref glfwGetKey.
133 int state = glfwGetKey(window, GLFW_KEY_E);
153 `GLFW_PRESS` until the state of that key is polled with @ref glfwGetKey. Once
Dmoving.dox345 from a repeat. Note that @ref glfwGetKey still returns only `GLFW_PRESS` or
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3025 GLFWAPI int glfwGetKey(GLFWwindow* window, int key);
/third_party/glfw/include/GLFW/
Dglfw3.h3044 GLFWAPI int glfwGetKey(GLFWwindow* window, int key);
/third_party/glfw/src/
Dinput.c259 GLFWAPI int glfwGetKey(GLFWwindow* handle, int key) in glfwGetKey() function