Versions in this module Expand all Collapse all v0 v0.0.2 Mar 4, 2025 v0.0.1 May 27, 2024 Changes in this version + const OnExit + type Application struct + func App(width, height int, title string) *Application + func (a *Application) Exit() + func (a *Application) KeyState() *window.KeyState + func (a *Application) Renderer() *renderer.Renderer + func (a *Application) Run(update func(rend *renderer.Renderer, deltaTime time.Duration)) + func (a *Application) RunTime() time.Duration