Static zng_app::view_process::raw_events::RAW_WINDOW_CHANGED_EVENT
source ยท pub static RAW_WINDOW_CHANGED_EVENT: Event<RawWindowChangedArgs>
Expand description
A window was moved, resized or has a state change.
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.