mirror of
https://github.com/glfw/glfw.git
synced 2025-06-06 15:54:56 +00:00
Revert accidental whitespace changes
This commit is contained in:
parent
d97d1944f4
commit
cfdc3dec8e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user