diff options
| author | faiface <faiface2202@gmail.com> | 2019-05-05 14:59:15 +0200 |
|---|---|---|
| committer | faiface <faiface2202@gmail.com> | 2019-05-05 14:59:15 +0200 |
| commit | 80168566e987363cecd12cd1910c4989e28297cf (patch) | |
| tree | 43442fa9fb9356b9b9e33c7fd8c71e42c79b2256 | |
| parent | 168127fba05c8f6dd9af3830adf3463364bab519 (diff) | |
| download | gui-80168566e987363cecd12cd1910c4989e28297cf.zip | |
Win: add warning about not supporting multiple windows yet
| -rw-r--r-- | win/win.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. // |