mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 02:31:46 +00:00
Documentation fix
Doxygen cannot handle line breaks in Markdown links.
This commit is contained in:
parent
831426ca63
commit
21eeaffc23
@ -33,9 +33,10 @@ information.
|
|||||||
|
|
||||||
GLFW needs to poll the window system for events both to provide input to the
|
GLFW needs to poll the window system for events both to provide input to the
|
||||||
application and to prove to the window system that the application hasn't locked
|
application and to prove to the window system that the application hasn't locked
|
||||||
up. Event processing is normally done each frame after [buffer swapping](@ref
|
up. Event processing is normally done each frame after
|
||||||
buffer_swap). Even when you have no windows, event polling needs to be done in
|
[buffer swapping](@ref buffer_swap). Even when you have no windows, event
|
||||||
order to receive monitor and joystick connection events.
|
polling needs to be done in order to receive monitor and joystick connection
|
||||||
|
events.
|
||||||
|
|
||||||
There are three functions for processing pending events. @ref glfwPollEvents,
|
There are three functions for processing pending events. @ref glfwPollEvents,
|
||||||
processes only those events that have already been received and then returns
|
processes only those events that have already been received and then returns
|
||||||
|
Loading…
Reference in New Issue
Block a user