Module prelude

Source
Expand description

The windowing prelude.

This includes the most common types in this crate, re-exported for your convenience.

Structs§

CursorEntered
An event that is sent whenever the user’s cursor enters a window.
CursorLeft
An event that is sent whenever the user’s cursor leaves a window.
CursorMoved
An event reporting that the mouse cursor has moved inside a window.
Window
The defining Component for window entities, storing information about how it should appear and behave.
WindowMoved
An event that is sent when a window is repositioned in physical pixels.
WindowPlugin
A Plugin that defines an interface for windowing support in Bevy.
WindowResizeConstraints
The size limits on a Window.

Enums§

FileDragAndDrop
Events related to files being dragged and dropped on a window.
Ime
A Input Method Editor event.
MonitorSelection
References a screen monitor.
WindowPosition
Defines where a Window should be placed on the screen.