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 Componentfor 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 Pluginthat defines an interface for windowing support in Bevy.
- WindowResize Constraints 
- The size limits on a Window.
Enums§
- FileDrag AndDrop 
- Events related to files being dragged and dropped on a window.
- Ime
- An Input Method Editor event.
- MonitorSelection 
- References a screen monitor.
- VideoMode Selection 
- References an exclusive fullscreen video mode.
- WindowPosition 
- Defines where a Windowshould be placed on the screen.