Expand description
Window manager — owns all windows, routes events, holds the renderer.
Chrome: BrowserMainThread manages RenderWidgetHostImpl instances.
The OS adapter (kozan-winit) calls methods here — it never touches
threads, channels, or input state directly.
Generic over R: Renderer — the renderer backend is injected at app
startup. Neither the OS adapter nor the renderer know about each other;
both only know about the traits defined in kozan-platform.
Structs§
- Window
Create Config - Configuration for creating a window through the manager.
- Window
Manager - Owns all windows. The OS adapter calls methods on this.
Enums§
- Create
Window Error - Error when window creation fails.