diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index a9897581..fb1841c8 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3777,6 +3777,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.