aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorfaiface <faiface2202@gmail.com>2019-05-05 14:59:15 +0200
committerfaiface <faiface2202@gmail.com>2019-05-05 14:59:15 +0200
commit80168566e987363cecd12cd1910c4989e28297cf (patch)
tree43442fa9fb9356b9b9e33c7fd8c71e42c79b2256 /win
parent168127fba05c8f6dd9af3830adf3463364bab519 (diff)
downloadgui-80168566e987363cecd12cd1910c4989e28297cf.zip
Win: add warning about not supporting multiple windows yet
Diffstat (limited to 'win')
-rw-r--r--win/win.go2
1 files changed, 2 insertions, 0 deletions
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.
//