Merge pull request #35 from mewpull/master

Corrected parameter names in scroll callback documentation.
master
Camilla Berglund ago%!(EXTRA string=12 years)
commit 8bf3698f70
  1. 4
      include/GLFW/glfw3.h

@ -732,8 +732,8 @@ typedef void (* GLFWcursorenterfun)(GLFWwindow*,int);
* This is the function signature for scroll callback functions. * This is the function signature for scroll callback functions.
* *
* @param[in] window The window that received the event. * @param[in] window The window that received the event.
* @param[in] xpos The scroll offset along the x-axis. * @param[in] xoffset The scroll offset along the x-axis.
* @param[in] ypos The scroll offset along the y-axis. * @param[in] yoffset The scroll offset along the y-axis.
* *
* @sa glfwSetScrollCallback * @sa glfwSetScrollCallback
* *

Loading…
Cancel
Save