mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +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.
|
* This is the function pointer type for window joystick configuration callbacks.
|
||||||
* Even though joystick configuration callbacks are global events, you may
|
* Even though joystick configuration callbacks are global events, you may
|
||||||
* use this version of the callback to recieve valid window pointers in
|
* 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:
|
* A joystick configuration callback function has the following signature:
|
||||||
* @code
|
* @code
|
||||||
@ -1631,7 +1631,7 @@ typedef void (* GLFWjoystickfun)(int,int);
|
|||||||
* releases may add more events.
|
* releases may add more events.
|
||||||
*
|
*
|
||||||
* @sa @ref joystick_event
|
* @sa @ref joystick_event
|
||||||
* @sa @ref glfwSetJoystickCallback
|
* @sa @ref glfwSetWindowJoystickCallback
|
||||||
*
|
*
|
||||||
* @since Added in version 3.4.
|
* @since Added in version 3.4.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user