Versions in this module Expand all Collapse all v0 v0.0.1 Apr 18, 2021 Changes in this version + func MakeEventsChan() (<-chan Event, chan<- Event) + func NewMux(env Env) (mux *Mux, master Env) + type Env interface + Draw func() chan<- func(draw.Image) image.Rectangle + Events func() <-chan Event + type Event interface + String func() string + type Mux struct + func (mux *Mux) MakeEnv() Env + type Resize struct + func (r Resize) String() string