Documentation tag fix.

This commit is contained in:
Camilla Berglund 2013-03-01 15:20:29 +01:00
parent d0e4c874c3
commit a59c82c71e

View File

@ -1568,7 +1568,7 @@ GLFWAPI void glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun c
* set callback.
* @ingroup input
*
* @note This receives all scrolling input, like that from a mouse wheel or
* @remarks This receives all scrolling input, like that from a mouse wheel or
* a touchpad scrolling area.
*/
GLFWAPI void glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);