Versions in this module Expand all Collapse all v0 v0.1.0 Apr 29, 2021 Changes in this version + const Alt + const Ctrl + const None + func Register(event KeyEvent, listener KeyListener) + func Update() + type KeyEvent struct + Key ebiten.Key + Mod Modifier + State State + type KeyListener func(ke KeyEvent) + type Modifier int + type State int + const Pressed + const Released