io/key: remove key.NameUp/Down/Left/Right

They're no longer used now that Android directional keys are mapped
to key.Name*Arrow.

References: https://todo.sr.ht/~eliasnaur/gio/410
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2022-05-10 16:49:01 +02:00
parent 7ced0d29ab
commit 7fc594fa4b
-4
View File
@@ -219,10 +219,6 @@ const (
NameF10 = "F10"
NameF11 = "F11"
NameF12 = "F12"
NameUp = "Up"
NameDown = "Down"
NameLeft = "Left"
NameRight = "Right"
NameBack = "Back"
)