WindowThemeChanged
WindowThemeChanged
- window : bevy_ecs::entity::Entity
- theme : bevy_window::window::WindowTheme
Description
An event sent when the system theme changes for a window.
This event is only sent when the window is relying on the system theme to control its appearance. i.e. It is only sent when
Window::window_theme
isNone
and the system theme changes.