Structs§
- Application
- Creating a new application creates a root
Window
and aContext
. Views declared within the closure passed toApplication::new()
are added to the context and rendered into the root window. - Winit
Event Proxy
Window
and a Context
. Views declared within the closure passed to Application::new()
are added to the context and rendered into the root window.