//! This module contains traits to inject custom logic into the window shell.
use crateRenderContext2D;
use crate::;
/// The `WindowAdapter` represents the bridge to the `Shell` backend.
/// It receives events from the `Window` and runs it's own logic.