From 80168566e987363cecd12cd1910c4989e28297cf Mon Sep 17 00:00:00 2001 From: faiface Date: Sun, 5 May 2019 14:59:15 +0200 Subject: Win: add warning about not supporting multiple windows yet --- win/win.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win/win.go b/win/win.go index 9d28bd1..ac90dd6 100644 --- a/win/win.go +++ b/win/win.go @@ -111,6 +111,8 @@ func makeGLFWWin(o *options) (*glfw.Window, error) { // // It receives its events from the OS and it draws to the surface of the window. // +// Warning: only one window can be open at a time. This will be fixed. +// // Here are all kinds of events that a window can produce, along with descriptions. // Things enclosed in <> are values that are filled in. // -- cgit v1.2.3