mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
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:
@@ -219,10 +219,6 @@ const (
|
||||
NameF10 = "F10"
|
||||
NameF11 = "F11"
|
||||
NameF12 = "F12"
|
||||
NameUp = "Up"
|
||||
NameDown = "Down"
|
||||
NameLeft = "Left"
|
||||
NameRight = "Right"
|
||||
NameBack = "Back"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user