Expand description
The windowing prelude.
This includes the most common types in this crate, re-exported for your convenience.
Structs§
- Cursor
Entered - An event that is sent whenever the user’s cursor enters a window.
- Cursor
Left - An event that is sent whenever the user’s cursor leaves a window.
- Cursor
Moved - 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. - Window
Moved - An event that is sent when a window is repositioned in physical pixels.
- Window
Plugin - A
Plugin
that defines an interface for windowing support in Bevy. - Window
Resize Constraints - The size limits on a
Window
.
Enums§
- File
Drag AndDrop - Events related to files being dragged and dropped on a window.
- Ime
- A Input Method Editor event.
- Monitor
Selection - References a screen monitor.
- Window
Position - Defines where a
Window
should be placed on the screen.