mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
internal/ui: refactoring: reduce global functions and prefer Get()
This commit is contained in:
@@ -61,7 +61,7 @@ func (u *UserInterface) updateInputState() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func KeyName(key Key) string {
|
||||
func (u *UserInterface) KeyName(key Key) string {
|
||||
// TODO: Implement this.
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user