[][src]Module bevy::window

Configuration, creation, and management of one or more windows.

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.

CursorEntered
CursorLeft
CursorMoved
ExitOnWindowCloseState
ReceivedCharacter

An event that is sent whenever a window receives a character from the OS or underlying system.

Window

An operating system window that can present content and receive user input.

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
WindowFocused

An event that indicates a window has received or lost focus.

WindowId
WindowPlugin
WindowResized

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

Windows

Enums

WindowCommand
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