Posts an empty event to the event queue.
This function posts an empty event from the current thread to the event queue, causing @ref glfwWaitEvents or @ref glfwWaitEventsTimeout to return.
Errors: Possible errors include @ref GLFW_NOT_INITIALIZED and @ref GLFW_PLATFORM_ERROR.
This function may be called from any thread.
@sa @ref events @sa @ref glfwWaitEvents @sa @ref glfwWaitEventsTimeout
Added in version 3.1.
Ingroup: window
See Implementation
Posts an empty event to the event queue.
This function posts an empty event from the current thread to the event queue, causing @ref glfwWaitEvents or @ref glfwWaitEventsTimeout to return.
Errors: Possible errors include @ref GLFW_NOT_INITIALIZED and @ref GLFW_PLATFORM_ERROR.