1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Removed fixed bug from list.

This commit is contained in:
Camilla Berglund 2013-03-12 18:58:27 +01:00
parent c5ea91d6a3
commit 67df2ce98d

View File

@ -1448,9 +1448,6 @@ GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
* @param[in] value The new value of the specified input mode. * @param[in] value The new value of the specified input mode.
* @ingroup input * @ingroup input
* *
* @bug **Windows:** The @ref GLFW_CURSOR_HIDDEN value of @ref
* GLFW_CURSOR_MODE is not yet implemented.
*
* @bug **Mac OS X:** The @ref GLFW_CURSOR_HIDDEN value of @ref * @bug **Mac OS X:** The @ref GLFW_CURSOR_HIDDEN value of @ref
* GLFW_CURSOR_MODE is not yet implemented. * GLFW_CURSOR_MODE is not yet implemented.
* *