mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 08:14:57 +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);
|
glfwInitHint(GLFW_MOUSE_BUTTON_LIMIT, GLFW_FALSE);
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
The callback function receives the mouse button, button action and
|
The callback function receives the [mouse button](@ref buttons), button action
|
||||||
[modifier bits](@ref mods).
|
and [modifier bits](@ref mods).
|
||||||
|
|
||||||
@code
|
@code
|
||||||
void mouse_button_callback(GLFWwindow* window, int button, int action, int mods)
|
void mouse_button_callback(GLFWwindow* window, int button, int action, int mods)
|
||||||
|
Loading…
Reference in New Issue
Block a user