diff --git a/input.go b/input.go index 0dc51629d..a3648fc64 100644 --- a/input.go +++ b/input.go @@ -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 }