bevy/crates/bevy_window
François Mockers 841df150cc
apply window scale to window size when creating it (#13967)
# Objective

- Fixes #13702
- When creating a new window, its scale was changed to match the one
returned by winit, but its size was not which resulted in an incorrect
size until the event with the correct size was received, at least 1
frame later

## Solution

- Apply the window scale to its size when creating it
2024-06-21 18:04:57 +00:00
..
src apply window scale to window size when creating it (#13967) 2024-06-21 18:04:57 +00:00
Cargo.toml Move close_on_esc to bevy_dev_tools (#12855) 2024-04-03 01:29:06 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Window

License Crates.io Downloads Docs Discord