bevy/crates/bevy_winit/src
François Mockers ec10c5a705 Reduce iOS cpu usage (#16548)
# Objective

- Avoid recreating the monitor every loop (temp fix until it's done
properly on winit side)
- Add a new `WinitSettings` preset for mobile that makes the winit loop
wait more and recommend its usage
2024-11-29 01:50:42 +01:00
..
accessibility.rs Remove accesskit re-export from bevy_a11y (#16257) 2024-11-11 22:14:07 +01:00
converters.rs Correctly feature gate custom_cursor (#16093) 2024-11-05 22:31:36 +01:00
cursor.rs properly flag using CustomCursor::Url in wasm (#16255) 2024-11-11 21:50:47 +01:00
lib.rs Correctly feature gate custom_cursor (#16093) 2024-11-05 22:31:36 +01:00
state.rs Correctly feature gate custom_cursor (#16093) 2024-11-05 22:31:36 +01:00
system.rs Reduce iOS cpu usage (#16548) 2024-11-29 01:50:42 +01:00
winit_config.rs Reduce iOS cpu usage (#16548) 2024-11-29 01:50:42 +01:00
winit_monitors.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
winit_windows.rs Add bevy_window::Window options for MacOS (#15820) 2024-10-11 21:11:21 +00:00