mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
Mention non-named mouse buttons in docs
This commit is contained in:
parent
9f6bf2ca39
commit
7a0012a1a2
@ -5198,6 +5198,9 @@ GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* window, GLFWcharmods
|
|||||||
* generated after the focus loss event has been processed, i.e. after the
|
* generated 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.
|
||||||
*
|
*
|
||||||
|
* The reported `button` value can be higher than `GLFW_MOUSE_BUTTON_LAST` if
|
||||||
|
* the button is not a [named button](@ref buttons).
|
||||||
|
*
|
||||||
* @param[in] window The window whose callback to set.
|
* @param[in] window The window whose callback to set.
|
||||||
* @param[in] callback The new callback, or `NULL` to remove the currently set
|
* @param[in] callback The new callback, or `NULL` to remove the currently set
|
||||||
* callback.
|
* callback.
|
||||||
|
Loading…
Reference in New Issue
Block a user