ebiten: Remove old comments

This commit is contained in:
Hajime Hoshi 2021-04-14 00:21:15 +09:00
parent c918a6ab20
commit 4c22314b3a

View File

@ -51,8 +51,6 @@ func InputChars() []rune {
//
// Keyboards don't work on iOS yet (#1090).
func IsKeyPressed(key Key) bool {
// There are keys that are invalid values as ebiten.Key (e.g., driver.KeyLeftAlt).
// Skip such values.
if !key.isValid() {
return false
}