From 0b0f9e8e5bdaede511d20401b40f601225b01b56 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Mon, 23 May 2022 18:27:35 +0900 Subject: [PATCH] Doc: Fix refs of preedit API --- include/GLFW/glfw3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 *