Undo the wording change for mouse buttons

This commit is contained in:
Grzesiek11 2023-11-18 03:20:01 +01:00
parent cf4c510eac
commit 3850e2c9e7
No known key found for this signature in database
GPG Key ID: 4A5445FB68CDB5C4

View File

@ -5188,9 +5188,9 @@ GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* window, GLFWcharmods
* is called when a mouse button is pressed or released. * is called when a mouse button is pressed or released.
* *
* When a window loses input focus, it will generate synthetic mouse button * When a window loses input focus, it will generate synthetic mouse button
* release events for all pressed named mouse buttons. You can tell these * release events for all pressed mouse buttons. You can tell these events
* events from user-generated events by the fact that the synthetic ones are * from user-generated events by the fact that the synthetic ones are generated
* generated after the focus loss event has been processed, i.e. after the * after the focus loss event has been processed, i.e. after the
* [window focus callback](@ref glfwSetWindowFocusCallback) has been called. * [window focus callback](@ref glfwSetWindowFocusCallback) has been called.
* *
* @param[in] window The window whose callback to set. * @param[in] window The window whose callback to set.