mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 12:12:16 +00:00
Possibly helpful comment added
This commit is contained in:
parent
5a8f94f02f
commit
cb73bd0ff3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user