mirror of
https://github.com/glfw/glfw.git
synced 2025-04-03 15:32:00 +00:00
Added clarification for out-of-code docs
This commit is contained in:
parent
82ad6fcfd5
commit
20bacd8470
@ -860,7 +860,8 @@ glfwGetWindowPos(window, &xpos, &ypos);
|
||||
|
||||
All GLFW windows have a title, although undecorated or full screen windows may
|
||||
not display it or only display it in a task bar or similar interface. You can
|
||||
set a UTF-8 encoded window title with @ref glfwSetWindowTitle.
|
||||
set a UTF-8 encoded window title with @ref glfwSetWindowTitle. The set title
|
||||
should not be `NULL`.
|
||||
|
||||
@code
|
||||
glfwSetWindowTitle(window, "My Window");
|
||||
|
Loading…
Reference in New Issue
Block a user