Moved newest item to top

This commit is contained in:
Doug Binks 2024-02-09 17:39:55 +00:00
parent 8dfb6747a8
commit 9cb333cb97

View File

@ -9,6 +9,13 @@
@subsection features_34 New features in version 3.4 @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 @subsubsection runtime_platform_34 Runtime platform selection
GLFW now supports being compiled for multiple backends and selecting between 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. 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 @subsubsection mouse_passthrough_34 Mouse event passthrough
GLFW now provides the [GLFW_MOUSE_PASSTHROUGH](@ref GLFW_MOUSE_PASSTHROUGH_hint) GLFW now provides the [GLFW_MOUSE_PASSTHROUGH](@ref GLFW_MOUSE_PASSTHROUGH_hint)