Function bevy::winit::winit_runner
source · pub fn winit_runner(app: App)
Expand description
The default App::runner
for the WinitPlugin
plugin.
Overriding the app’s runner while using WinitPlugin
will bypass the
EventLoop
.