Searched refs:glfwGetKey (Results 1 – 5 of 5) sorted by relevance
130 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
345 from a repeat. Note that @ref glfwGetKey still returns only `GLFW_PRESS` or
3025 GLFWAPI int glfwGetKey(GLFWwindow* window, int key);
3044 GLFWAPI int glfwGetKey(GLFWwindow* window, int key);
259 GLFWAPI int glfwGetKey(GLFWwindow* handle, int key) in glfwGetKey() function