[][src]Crate bevy_window

Modules

prelude

Structs

CloseWindow

An event that indicates a window should be closed.

CreateWindow

An event that indicates that a new window should be created.

CursorMoved
ExitOnWindowCloseState
Window
WindowCloseRequested

An event that is sent whenever a close was requested for a window. For example: when the "close" button is pressed on a window.

WindowCreated

An event that is sent whenever a new window is created.

WindowDescriptor
WindowId
WindowPlugin
WindowResized

A window event that is sent whenever a window has been resized.

Windows

Enums

WindowMode

Defines the way a window is displayed The use_size option that is used in the Fullscreen variant defines whether a videomode is chosen that best fits the width and height in the Window structure, or if these are ignored. E.g. when use_size is set to false the best video mode possible is chosen.

Functions

exit_on_window_close_system