mirror of
https://github.com/glfw/glfw.git
synced 2025-06-14 19:52:14 +00:00
Doc: Fix refs of preedit API
This commit is contained in:
parent
6c6f5d712f
commit
0b0f9e8e5b
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user