bevy/crates/bevy_winit/src
Aevyrie 4aa56050b6 Add infallible resource getters for WorldCell (#4104)
# Objective

- Eliminate all `worldcell.get_resource().unwrap()` cases.
- Provide helpful messages on panic.

## Solution

- Adds infallible resource getters to `WorldCell`, mirroring `World`.
2022-04-25 23:19:13 +00:00
..
converters.rs Rename ElementState to ButtonState (#4314) 2022-04-24 22:57:02 +00:00
lib.rs Add infallible resource getters for WorldCell (#4104) 2022-04-25 23:19:13 +00:00
winit_config.rs Reduce power usage with configurable event loop (#3974) 2022-03-07 23:32:05 +00:00
winit_windows.rs Enable drag-and-drop events on windows (#3772) 2022-04-04 20:09:54 +00:00