Crate blitz_shell

Crate blitz_shell 

Source
Expand description

Event loop, windowing and system integration.

§Feature flags

  • default: Enables the features listed below.
  • accessibility: Enables accesskit accessibility support.
  • hot-reload: Enables hot-reloading of Dioxus RSX.
  • tracing: Enables tracing support.

Structs§

BlitzApplication
BlitzShellNetCallback
A NetCallback that injects the fetched Resource into our winit event loop
BlitzShellProvider
Config
EventLoop
Provides a way to retrieve events from the system and from the windows that were registered to the events loop.
EventLoopProxy
Used to send custom events to EventLoop.
View
Window
Represents a window.
WindowConfig

Enums§

BlitzShellEvent
ControlFlow
Set through ActiveEventLoop::set_control_flow().
CursorIcon
Describes the appearance of the (usually mouse) cursor icon.

Functions§

create_default_event_loop
Build an event loop for the application