pub fn on_fullscreen(
child: impl IntoUiNode,
handler: Handler<WindowChangedArgs>,
) -> UiNodeExpand 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.