diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 885c0f37..d8e62ecc 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -5064,7 +5064,7 @@ GLFWAPI void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor); * @par Thread Safety * This function may only be called from the main thread. * - * @sa @ref input_char + * @sa @ref preedit * * @since Added in GLFW 3.X. * @@ -5087,7 +5087,7 @@ GLFWAPI void glfwGetPreeditCursorPos(GLFWwindow* window, int *x, int *y, int *h) * @par Thread Safety * This function may only be called from the main thread. * - * @sa @ref input_char + * @sa @ref preedit * * @since Added in GLFW 3.X. * @@ -5265,7 +5265,7 @@ GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* window, GLFWcharmods * @par Thread Safety * This function may only be called from the main thread. * - * @sa @ref input_char + * @sa @ref preedit * * @since Added in GLFW 3.X * @@ -5287,7 +5287,7 @@ GLFWAPI GLFWpreeditfun glfwSetPreeditCallback(GLFWwindow* window, GLFWpreeditfun * @par Thread Safety * This function may only be called from the main thread. * - * @sa @ref input_char + * @sa @ref preedit * * @since Added in GLFW 3.X *