bevy/crates/bevy_winit/src
Alice Cecile bdbf626341 Implement init_resource for Commands and World (#3079)
# Objective

- Fixes #3078
- Fixes #1397

## Solution

- Implement Commands::init_resource.
- Also implement for World, for consistency and to simplify internal structure.
- While we're here, clean up some of the docs for Command and World resource modification.
2022-02-08 23:04:19 +00:00
..
converters.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00
lib.rs Implement init_resource for Commands and World (#3079) 2022-02-08 23:04:19 +00:00
winit_config.rs fix rustdoc warnings (#1437) 2021-02-22 03:59:35 +00:00
winit_windows.rs do not set cursor grab on window creation if not asked for (#3617) 2022-01-15 20:29:58 +00:00