Versions in this module Expand all Collapse all v0 v0.0.6 May 16, 2021 Changes in this version + type CommandEvent struct + Cancel bool + Type CommandType + func (*CommandEvent) ImplementsEvent() + type CommandType uint8 + const CommandBack + type DestroyEvent struct + Err error + func (DestroyEvent) ImplementsEvent() + type FrameEvent struct + Frame func(frame *op.Ops) + Insets Insets + Metric unit.Metric + Now time.Time + Queue event.Queue + Size image.Point + func (FrameEvent) ImplementsEvent() + type Insets struct + Bottom unit.Value + Left unit.Value + Right unit.Value + Top unit.Value + type Stage uint8 + const StagePaused + const StageRunning + func (l Stage) String() string + type StageEvent struct + Stage Stage + func (StageEvent) ImplementsEvent()