Type alias DrawEvent

DrawEvent: GameEvent & {
    renderer: Renderer;
}

Invoked at frame drawing