WindowOccluded

WindowOccluded

  • window : bevy_ecs::entity::Entity
  • occluded : bool

Description

The window has been occluded (completely hidden from view).

This is different to window visibility as it depends on whether the window is closed, minimized, set invisible, or fully occluded by another window.

It is the translated version of WindowEvent::Occluded from the winit crate.

Functions