Versions in this module Expand all Collapse all v0 v0.0.5 Sep 11, 2026 Changes in this version + func Wire(es gpucontext.EventSource, keys *Keyboard, edges *Edges) + type Edges struct + func NewEdges() *Edges + func (e *Edges) ConsumePressed(key gpucontext.Key) bool + func (e *Edges) ConsumeReleased(key gpucontext.Key) bool + func (e *Edges) OnPress(key gpucontext.Key) + func (e *Edges) OnRelease(key gpucontext.Key) + type Keyboard struct + func NewKeyboard() *Keyboard + func (k *Keyboard) Pressed(key gpucontext.Key) bool + func (k *Keyboard) Set(key gpucontext.Key, pressed bool)