Accidentally a word

This commit is contained in:
Coşku Baş 2018-08-06 18:13:24 +03:00 committed by GitHub
parent b2ae101fe1
commit cf4f85b48c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4011,8 +4011,8 @@ GLFWAPI int glfwGetKey(GLFWwindow* window, int key);
* `GLFW_RELEASE`. * `GLFW_RELEASE`.
* *
* If the @ref GLFW_STICKY_MOUSE_BUTTONS input mode is enabled, this function * If the @ref GLFW_STICKY_MOUSE_BUTTONS input mode is enabled, this function
* `GLFW_PRESS` the first time you call it for a mouse button that was pressed, * returns `GLFW_PRESS` the first time you call it for a mouse button that was
* even if that mouse button has already been released. * pressed, even if that mouse button has already been released.
* *
* @param[in] window The desired window. * @param[in] window The desired window.
* @param[in] button The desired [mouse button](@ref buttons). * @param[in] button The desired [mouse button](@ref buttons).