Open Dadido3 opened 5 years ago
It's misleading that Run() is a method of Window.
Run()
Window
It should be called once after the windows have been created and initialized. But as it is now, it confuses people to think that it needs to be called on each window.
See here
Hi, thanks for reporting. I guess, you are totally right, it should be a free function.
It's misleading that
Run()
is a method ofWindow
.It should be called once after the windows have been created and initialized. But as it is now, it confuses people to think that it needs to be called on each window.
See here