Documentation work

This commit is contained in:
Camilla Löwy
2024-02-16 13:45:22 +01:00
parent 1ce41b358b
commit c8372cda08
4 changed files with 23 additions and 16 deletions
+4 -2
View File
@@ -41,11 +41,13 @@ to whatever window is behind it. This can also be changed after window
creation with the matching [window attribute](@ref GLFW_MOUSE_PASSTHROUGH_attrib).
#### Ability to get a window's title {#features_34_get_window_title}
#### Ability to get window title {#features_34_window_title}
GLFW now supports retrieving a window's title with the @ref glfwGetWindowTitle
GLFW now supports querying the title of a window with the @ref glfwGetWindowTitle
function.
For more information see @ref window_title.
#### Wayland libdecor decorations {#wayland_libdecor_34}