bevy/crates/bevy_winit/src
Jake Kerr db1bf6478c
Allow calling winit with the 'run_return' variant of the run function (#243)
This adds a new WinitConfig resource that can be used to configure the behavior of winit.
When `return_from_run` is set to `true`, `App::run()` will return on `target_os` configurations that
support it.

Closes bevyengine/bevy#167.
2020-08-20 22:37:19 -07:00
..
converters.rs enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
lib.rs Allow calling winit with the 'run_return' variant of the run function (#243) 2020-08-20 22:37:19 -07:00
winit_config.rs Allow calling winit with the 'run_return' variant of the run function (#243) 2020-08-20 22:37:19 -07:00
winit_windows.rs Using event_loop for getting video mode 2020-08-13 11:27:51 +02:00