Static zng_ext_window::WINDOW_CHANGED_EVENT

source ยท
pub static WINDOW_CHANGED_EVENT: Event<WindowChangedArgs>
Expand description

Window moved, resized or other state changed.

This event aggregates events moves, resizes and other state changes into a single event to simplify tracking composite changes, for example, the window changes size and position when maximized, this can be trivially observed with this event.