Function zng_wgt_window::on_fullscreen
source ยท pub fn on_fullscreen(
child: impl UiNode,
handler: impl WidgetHandler<WindowChangedArgs>,
) -> impl UiNode
Expand description
P
On window enter one of the fullscreen states.
This event notifies every time the window state changes to Fullscreen
or Exclusive
.
This property is the same as on_pre_window_fullscreen
.