pub static WINDOW_CLOSE_EVENT: Event<WindowCloseArgs>
Expand description
Window closed event.
The closed windows deinit after this event notifies, so the window content can subscribe to it.
pub static WINDOW_CLOSE_EVENT: Event<WindowCloseArgs>
Window closed event.
The closed windows deinit after this event notifies, so the window content can subscribe to it.