1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-07 22:57:25 -04:00

Fix missing API reference thread safety section

Fixes #1312.
This commit is contained in:
Camilla Löwy 2018-08-09 13:57:10 +02:00
parent f82a8f09eb
commit e1495c013d

View File

@ -4901,6 +4901,8 @@ GLFWAPI const char* glfwGetGamepadName(int jid);
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
* GLFW_INVALID_ENUM.
*
* @thread_safety This function must only be called from the main thread.
*
* @sa @ref gamepad
* @sa @ref glfwUpdateGamepadMappings
* @sa @ref glfwJoystickIsGamepad