Module bevy::window::prelude

Structs

An event that is sent whenever the user’s cursor enters a window.
An event that is sent whenever the user’s cursor leaves a window.
An event reporting that the mouse cursor has moved on a window.
An event that is sent whenever a window receives a character from the OS or underlying system.
An operating system window that can present content and receive user input.
Describes the information needed for creating a window.
An event that is sent when a window is repositioned in physical pixels.
A Plugin that defines an interface for windowing support in Bevy.
A collection of Windows with unique WindowIds.

Enums

The icon to display for a window’s cursor.
Events related to files being dragged and dropped on a window.
Defines which monitor to use.
Defines the way a window is displayed.
Defines where window should be placed at on creation.