On some platforms like Android, iOS, emscripten, etc. you only ever get one "window", and it is already created when you start. Therefore the API should be more like `glutin::get_window()` instead of `glutin::Window::new`.
On some platforms like Android, iOS, emscripten, etc. you only ever get one "window", and it is already created when you start.
Therefore the API should be more like
glutin::get_window()instead ofglutin::Window::new.