From f1397843ee951ffd2f5be2b9bbc5b8a789025906 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 11 Jul 2013 14:01:06 +0200 Subject: [PATCH] Added GLFW_OPENED to transition guide. --- docs/moving.dox | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/moving.dox b/docs/moving.dox index 656ace8f..4ca9d6c0 100644 --- a/docs/moving.dox +++ b/docs/moving.dox @@ -125,6 +125,14 @@ or something else, are nowadays expected to be good desktop citizens and allow these hotkeys to function even when running in full screen mode. +@subsection moving_opened Window open parameter + +The `GLFW_OPENED` window parameter has been removed. As long as the +[window object](@ref window_object) is around, the window is "open". To detect +when the user attempts to close the window, see @ref glfwWindowShouldClose and +the [close callback](@ref GLFWwindowclosefun). + + @subsection moving_autopoll Automatic polling of events GLFW 3 does not automatically poll for events on @ref glfwSwapBuffers, which