Function bevy::winit::winit_runner
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
.
pub fn winit_runner(app: App)
The default App::runner
for the WinitPlugin
plugin.
Overriding the app’s runner while using WinitPlugin
will bypass the
EventLoop
.