From 4b2f11aad026e3f12957bbb4de90c2f220cedc6c Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Fri, 9 Feb 2024 17:27:49 +0000 Subject: [PATCH] Updated new.docx --- docs/news.dox | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/news.dox b/docs/news.dox index 28c500d9..b1a33f21 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -35,6 +35,12 @@ are still available. For more information see @ref cursor_standard. +@subsubsection features_34_get_window_title Ability to get a window's title + +GLFW now supports retrieving a window's title with the @ref glfwGetWindowTitle +function. + + @subsubsection mouse_passthrough_34 Mouse event passthrough GLFW now provides the [GLFW_MOUSE_PASSTHROUGH](@ref GLFW_MOUSE_PASSTHROUGH_hint) @@ -231,6 +237,7 @@ then GLFW will fail to initialize. - @ref glfwGetPlatform - @ref glfwPlatformSupported - @ref glfwInitVulkanLoader + - @ref glfwGetWindowTitle @subsubsection types_34 New types in version 3.4