bevy/crates/bevy_winit/src
IceSentry 41178347c1 Add WakeUp event to App (#19212)
# Objective

- The WakeUp event is never added to the app. If you need to use that
event you currently need to add it yourself.

## Solution

- Add the WakeUp event to the App in the WinitPlugin

## Testing

- I tested the window_setting example and it compiled and worked
2025-05-30 22:59:10 +02:00
..
accessibility.rs Switch ChildOf back to tuple struct (#18672) 2025-04-03 21:45:43 +02:00
converters.rs Expose text field from winit in KeyboardInput (#16864) 2024-12-17 22:42:54 +00:00
cursor.rs Expose CustomCursorUrl (#19006) 2025-05-30 22:59:09 +02:00
custom_cursor.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
lib.rs 0.16 Regression fix: re-expose the display handle via a wrapper resource (#18644) 2025-03-31 22:33:28 +02:00
state.rs Add WakeUp event to App (#19212) 2025-05-30 22:59:10 +02:00
system.rs Rework WindowMode::Fullscreen API (#17525) 2025-03-11 01:20:53 +00:00
winit_config.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
winit_monitors.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
winit_windows.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-14 22:45:27 +02:00