Versions in this module Expand all Collapse all v0 v0.0.0 May 10, 2021 Changes in this version + const Fullscreen + const Windowed + func DataDir() (string, error) + func Main() + type Option func(opts *wm.Options) + func MaxSize(w, h unit.Value) Option + func MinSize(w, h unit.Value) Option + func Size(w, h unit.Value) Option + func Title(t string) Option + func WindowMode(mode wm.WindowMode) Option + type Window struct + func NewWindow(options ...Option) *Window + func (w *Window) Close() + func (w *Window) Events() <-chan event.Event + func (w *Window) Invalidate() + func (w *Window) Option(opts ...Option) + func (w *Window) ReadClipboard() + func (w *Window) SetCursorName(name pointer.CursorName) + func (w *Window) WriteClipboard(s string)