Fix missing API reference thread safety section

Fixes #1312.
master
Camilla Löwy ago%!(EXTRA string=7 years)
parent f82a8f09eb
commit e1495c013d
  1. 2
      include/GLFW/glfw3.h

@ -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

Loading…
Cancel
Save