aboutsummaryrefslogtreecommitdiffstats
path: root/keys.go
diff options
context:
space:
mode:
authorfaiface <faiface2202@gmail.com>2019-05-04 15:37:30 +0200
committerfaiface <faiface2202@gmail.com>2019-05-04 15:37:30 +0200
commit6787d9585c16f8f0f4261fd7c291cd013a2ff78e (patch)
tree66ec9e677f0a0a49b0c7b978bb15a4ef52426222 /keys.go
parent6596439ad7d3cbbc2c27379c6f40cdda2808ffa3 (diff)
downloadgui-6787d9585c16f8f0f4261fd7c291cd013a2ff78e.zip
remove key constants, represent keys as strings
Diffstat (limited to 'keys.go')
-rw-r--r--keys.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/keys.go b/keys.go
deleted file mode 100644
index a22b086..0000000
--- a/keys.go
+++ /dev/null
@@ -1,21 +0,0 @@
-package gui
-
-const (
- KeyLeft int = iota
- KeyRight
- KeyUp
- KeyDown
- KeyEscape
- KeySpace
- KeyBackspace
- KeyDelete
- KeyEnter
- KeyTab
- KeyHome
- KeyEnd
- KeyPageUp
- KeyPageDown
- KeyShift
- KeyCtrl
- KeyAlt
-)