Module bevy_internal::window::prelude
source · 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 inside a window.
- An event that is sent whenever a window receives a character from the OS or underlying system.
- The defining
Component
for window entities, storing information about how it should appear and behave. - An event that is sent when a window is repositioned in physical pixels.
- A
Plugin
that defines an interface for windowing support in Bevy. - The size limits on a
Window
.
Enums
- Events related to files being dragged and dropped on a window.
- A Input Method Editor event.
- References a screen monitor.
- Defines where a
Window
should be placed on the screen.