From 9cb333cb97bd4b8360ffa6d4e40b8cc714c80ad3 Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Fri, 9 Feb 2024 17:39:55 +0000 Subject: [PATCH] Moved newest item to top --- docs/news.dox | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/news.dox b/docs/news.dox index b1a33f21..94bd7012 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -9,6 +9,13 @@ @subsection features_34 New features in version 3.4 + +@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 runtime_platform_34 Runtime platform selection GLFW now supports being compiled for multiple backends and selecting between @@ -35,12 +42,6 @@ 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)