Revert accidental whitespace changes

This commit is contained in:
Grzesiek11 2024-02-11 17:19:55 +01:00
parent d97d1944f4
commit cfdc3dec8e
No known key found for this signature in database
GPG Key ID: 4A5445FB68CDB5C4

View File

@ -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)