Skip to main content

Module core

Module core 

Source
Expand description

Core compositor orchestration and public command types.

The core module owns scene state, ownership relationships, and window attachment while platform and backend adapters remain internal details.

Structs§

AttachWindowOptions
Options for attaching a host window to the compositor.
Compositor
Scene compositor that attaches to native host windows and routes browser surfaces into a declarative composition tree.
RoutedEventContext
Context describing one compositor-routed input event.

Enums§

CompositionCommand
Declarative scene updates applied to a compositor-managed window.
EventRoutingDecision
Host decision applied after compositor hit-testing and before backend dispatch.
RoutedEventKind
Routed event kinds supported by the host event router.

Type Aliases§

EventRouter
Host callback used to accept or consume a routed input event before dispatch.