The window whose title to change.
The UTF-8 encoded window title.
Errors: Possible errors include @ref GLFW_NOT_INITIALIZED and @ref GLFW_PLATFORM_ERROR.
@remark @macos The window title will not be updated until the next time you process events.
This function must only be called from the main thread.
@sa @ref window_title
Added in version 1.0. @glfw3 Added window handle parameter.
Ingroup: window
Page generated by adrdox
Sets the title of the specified window.
This function sets the window title, encoded as UTF-8, of the specified window.