mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Documentation work
This commit is contained in:
parent
23dfeee4cb
commit
d222a40046
@ -4697,7 +4697,7 @@ GLFWAPI const char* glfwGetJoystickGUID(int jid);
|
|||||||
* This function may be called from the joystick callback, even for a joystick
|
* This function may be called from the joystick callback, even for a joystick
|
||||||
* that is being disconnected.
|
* that is being disconnected.
|
||||||
*
|
*
|
||||||
* @param[in] joystick The joystick whose pointer to set.
|
* @param[in] jid The joystick whose pointer to set.
|
||||||
* @param[in] pointer The new value.
|
* @param[in] pointer The new value.
|
||||||
*
|
*
|
||||||
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
|
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
|
||||||
@ -4722,7 +4722,7 @@ GLFWAPI void glfwSetJoystickUserPointer(int jid, void* pointer);
|
|||||||
* This function may be called from the joystick callback, even for a joystick
|
* This function may be called from the joystick callback, even for a joystick
|
||||||
* that is being disconnected.
|
* that is being disconnected.
|
||||||
*
|
*
|
||||||
* @param[in] joystick The joystick whose pointer to return.
|
* @param[in] jid The joystick whose pointer to return.
|
||||||
*
|
*
|
||||||
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
|
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user