From 78749928888802703dcdc063df68bfc0a91757d0 Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Tue, 23 Mar 2021 13:09:17 +0000 Subject: [PATCH] User contexts: added news entry --- docs/news.dox | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.dox b/docs/news.dox index 19df848a..064230fc 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -9,6 +9,15 @@ @subsection features_34 New features in version 3.4 +@subsubsection user_context_34 Multiple window contexts + +GLFW now provides the ability to create multiple OpenGL and OpenGL ES +contexts for a given window. Called user contexts, a [GLFWusercontext](@ref usercontext) +can be created using @ref glfwCreateUserContext, +destroyed using @ref glfwDestroyUserContext, and managed with +@ref glfwMakeUserContextCurrent and @ref glfwGetCurrentUserContext. +For more information see the [user context](@ref usercontext) documentation. + @subsubsection standard_cursors_34 More standard cursors GLFW now provides the standard cursor shapes @ref GLFW_RESIZE_NWSE_CURSOR and