Function cosmic::iced_runtime::window::resize_events
source ยท pub fn resize_events() -> Subscription<(Id, Size)>
Expand description
Subscribes to all Event::Resized
occurrences in the running application.
pub fn resize_events() -> Subscription<(Id, Size)>
Subscribes to all Event::Resized
occurrences in the running application.