mirror of
https://github.com/glfw/glfw.git
synced 2025-04-07 06:25:05 +00:00
Update parameter names in documentation of scroll callback.
This commit is contained in:
parent
f6a9338b06
commit
cf2d260b2a
1 changed files with 2 additions and 2 deletions
|
@ -732,8 +732,8 @@ typedef void (* GLFWcursorenterfun)(GLFWwindow*,int);
|
|||
* This is the function signature for scroll callback functions.
|
||||
*
|
||||
* @param[in] window The window that received the event.
|
||||
* @param[in] xpos The scroll offset along the x-axis.
|
||||
* @param[in] ypos The scroll offset along the y-axis.
|
||||
* @param[in] xoffset The scroll offset along the x-axis.
|
||||
* @param[in] yoffset The scroll offset along the y-axis.
|
||||
*
|
||||
* @sa glfwSetScrollCallback
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue