mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Added missing error specification for glfwWaitEventsTimeout.
This commit is contained in:
parent
15cad02235
commit
bfa61d5b22
@ -3762,6 +3762,9 @@ GLFWAPI void glfwWaitEvents(void);
|
||||
*
|
||||
* @param[in] timeout The maximum amount of time, in seconds, to wait.
|
||||
*
|
||||
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref
|
||||
* GLFW_PLATFORM_ERROR and @ref GLFW_INVALID_VALUE.
|
||||
*
|
||||
* @reentrancy This function must not be called from a callback.
|
||||
*
|
||||
* @thread_safety This function must only be called from the main thread.
|
||||
|
Loading…
Reference in New Issue
Block a user