Updated new.docx

This commit is contained in:
Doug Binks 2024-02-09 17:27:49 +00:00
parent a2e47efd5a
commit 4b2f11aad0

View File

@ -35,6 +35,12 @@ 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)
@ -231,6 +237,7 @@ then GLFW will fail to initialize.
- @ref glfwGetPlatform - @ref glfwGetPlatform
- @ref glfwPlatformSupported - @ref glfwPlatformSupported
- @ref glfwInitVulkanLoader - @ref glfwInitVulkanLoader
- @ref glfwGetWindowTitle
@subsubsection types_34 New types in version 3.4 @subsubsection types_34 New types in version 3.4