mirror of
https://github.com/glfw/glfw.git
synced 2024-11-25 11:35:11 +00:00
Remove caveat for fixed bug
This commit is contained in:
parent
4adbeced25
commit
20ac3d321f
@ -3124,10 +3124,6 @@ GLFWAPI void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos);
|
|||||||
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
|
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
|
||||||
* GLFW_PLATFORM_ERROR.
|
* GLFW_PLATFORM_ERROR.
|
||||||
*
|
*
|
||||||
* @remark @x11 Due to the asynchronous nature of X11, it may take a moment for
|
|
||||||
* the window focus event to arrive. This means you may not be able to set the
|
|
||||||
* cursor position directly after window creation.
|
|
||||||
*
|
|
||||||
* @thread_safety This function must only be called from the main thread.
|
* @thread_safety This function must only be called from the main thread.
|
||||||
*
|
*
|
||||||
* @sa @ref cursor_pos
|
* @sa @ref cursor_pos
|
||||||
|
Loading…
Reference in New Issue
Block a user