Function zng_wgt_window::on_exited_fullscreen
source ยท pub fn on_exited_fullscreen(
child: impl UiNode,
handler: impl WidgetHandler<WindowChangedArgs>,
) -> impl UiNode
Expand description
P
On window is no longer fullscreen.
This event notifies every time the window state changes to one that is not fullscreen.
This property is the same as on_pre_window_exited_fullscreen
.