From 9bc6b7f5505c1c2a76a40d62976445903e5fddc9 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 23 Apr 2013 23:00:46 +0200 Subject: [PATCH] Removed addressed bug. --- include/GL/glfw3.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 0cff0668..d4c72d8c 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -1700,9 +1700,6 @@ GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode); * glfwGetMouseButton returns @ref GLFW_PRESS the next time it is called even * if the mouse button had been released before the call. * - * @bug **Mac OS X:** The @ref GLFW_CURSOR_HIDDEN value of @ref - * GLFW_CURSOR_MODE is not yet implemented. - * * @sa glfwGetInputMode * * @ingroup input