mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
parent
16e80258b8
commit
6412dcb896
@ -1718,6 +1718,9 @@ GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* window, int value);
|
||||
* @param[in] window The window whose title to change.
|
||||
* @param[in] title The UTF-8 encoded window title.
|
||||
*
|
||||
* @remarks __OS X:__ The window title will not be updated until the next time
|
||||
* you process events.
|
||||
*
|
||||
* @par Thread Safety
|
||||
* This function may only be called from the main thread.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user