mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 21:30:57 +00:00
joystickcallback : Fix doc.
This commit is contained in:
parent
21d4e379ac
commit
4bd81b436d
@ -1618,7 +1618,7 @@ typedef void (* GLFWjoystickfun)(int,int);
|
||||
* This is the function pointer type for window joystick configuration callbacks.
|
||||
* Even though joystick configuration callbacks are global events, you may
|
||||
* use this version of the callback to recieve valid window pointers in
|
||||
* your callback. Must be used with appropriate glfwSetJoystickCallback overload.
|
||||
* your callback. Must be used with appropriate glfwSetWindowJoystickCallback overload.
|
||||
*
|
||||
* A joystick configuration callback function has the following signature:
|
||||
* @code
|
||||
@ -1631,7 +1631,7 @@ typedef void (* GLFWjoystickfun)(int,int);
|
||||
* releases may add more events.
|
||||
*
|
||||
* @sa @ref joystick_event
|
||||
* @sa @ref glfwSetJoystickCallback
|
||||
* @sa @ref glfwSetWindowJoystickCallback
|
||||
*
|
||||
* @since Added in version 3.4.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user