Possibly helpful comment added

This commit is contained in:
Bayemite 2021-06-02 21:41:43 +10:00
parent 5a8f94f02f
commit cb73bd0ff3

View File

@ -2906,6 +2906,8 @@ GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* window, int value);
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
* GLFW_PLATFORM_ERROR.
*
* @remark Do not forget to free the returned char* when you are done with it.
*
* @thread_safety This function must only be called from the main thread.
*
* @sa @ref window_title