Module bevy_internal::winit
source · Expand description
Window creation, configuration, and handling
Modules
- Helpers for mapping window entities to accessibility types
Structs
- A
Plugin
that useswinit
to create and manage windows, and receive window and input events. - Settings for the
WinitPlugin
. - A resource mapping window entities to their
winit
-backendWindow
states.
Enums
- Determines how frequently an
App
should update.
Functions
- Gets the “best” videomode from a monitor.
- Gets the “best” video mode which fits the given dimensions.
- The default
App::runner
for theWinitPlugin
plugin. - Compute the physical window position for a given
WindowPosition
.