From 001761ed58cd6f06437e00a7453fc7f370b8390f Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 23 Nov 2015 12:53:44 +0100 Subject: [PATCH] Add note on event processing to context guide --- docs/context.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/context.dox b/docs/context.dox index 763da3cc..6cc7d523 100644 --- a/docs/context.dox +++ b/docs/context.dox @@ -74,6 +74,9 @@ offscreen context. Depending on the window manager, the size of a hidden window's framebuffer may not be usable or modifiable, so framebuffer objects are recommended for rendering with such contexts. +You should still [process events](@ref events) as long as you have at least one +window, even if none of them are visible. + __OS X:__ The first time a window is created the menu bar is populated with common commands like Hide, Quit and About. This is not desirable for example when writing a command-line only application. The menu bar setup can be