mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
docs: Remove some redundant comments
This commit is contained in:
parent
b22cc9d4be
commit
177f4c5108
@ -186,8 +186,6 @@ import (
|
||||
type Key int
|
||||
|
||||
// Keys.
|
||||
//
|
||||
// Known issue: KeyKPEnter and KeyKPEqual don't work on Edge browsers.
|
||||
const (
|
||||
{{range $index, $name := .KeyNames}}Key{{$name}} Key = Key(input.Key{{$name}})
|
||||
{{end}} KeyMax Key = Key{{.LastKeyName}}
|
||||
|
Loading…
Reference in New Issue
Block a user