From 21eeaffc23565506d7ea23500f3041ecc8b559a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 9 Dec 2016 01:21:50 +0100 Subject: [PATCH] Documentation fix Doxygen cannot handle line breaks in Markdown links. --- docs/input.dox | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/input.dox b/docs/input.dox index 8a67f065..8a9b5710 100644 --- a/docs/input.dox +++ b/docs/input.dox @@ -33,9 +33,10 @@ information. 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 -up. Event processing is normally done each frame after [buffer swapping](@ref -buffer_swap). Even when you have no windows, event polling needs to be done in -order to receive monitor and joystick connection events. +up. Event processing is normally done each frame after +[buffer swapping](@ref buffer_swap). Even when you have no windows, event +polling needs to be done in order to receive monitor and joystick connection +events. There are three functions for processing pending events. @ref glfwPollEvents, processes only those events that have already been received and then returns