bevy/crates/bevy_winit/src
François Mockers 8af12c8775
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 20:27:55 +02:00
..
accessibility.rs fix: upgrade to winit v0.30 (#13366) 2024-06-03 13:06:48 +00:00
converters.rs Add logical key data to KeyboardInput (#11400) 2024-01-22 15:25:17 +00:00
lib.rs fix: upgrade to winit v0.30 (#13366) 2024-06-03 13:06:48 +00:00
state.rs Fix phantom key presses in winit on focus change (#13299) (#13696) 2024-06-19 04:14:58 +02:00
system.rs apply window scale to window size when creating it (#13967) 2024-06-21 20:27:55 +02:00
winit_config.rs fix: upgrade to winit v0.30 (#13366) 2024-06-03 13:06:48 +00:00
winit_event.rs flush key_input cache when Bevy loses focus (Adopted) (#13678) 2024-06-05 02:06:47 +00:00
winit_windows.rs fix: upgrade to winit v0.30 (#13366) 2024-06-03 13:06:48 +00:00