From cfdc3dec8e37b284728f10770ed14d71bfd68a16 Mon Sep 17 00:00:00 2001 From: Grzesiek11 Date: Sun, 11 Feb 2024 17:19:55 +0100 Subject: [PATCH] Revert accidental whitespace changes --- docs/input.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/input.dox b/docs/input.dox index 58c74253..20307f97 100644 --- a/docs/input.dox +++ b/docs/input.dox @@ -502,8 +502,8 @@ initialization hint to `GLFW_FALSE`. glfwInitHint(GLFW_MOUSE_BUTTON_LIMIT, GLFW_FALSE); @endcode -The callback function receives the mouse button, button action and -[modifier bits](@ref mods). +The callback function receives the [mouse button](@ref buttons), button action +and [modifier bits](@ref mods). @code void mouse_button_callback(GLFWwindow* window, int button, int action, int mods)