This commit is contained in:
cuu
2018-12-03 23:19:39 +08:00
parent 7f62c85c9d
commit 92417db7ad
8 changed files with 310 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ func run() int {
}else if ev.Data["Key"] == "D" {
time.Delay(1000)
}else if ev.Data["Key"] == "P" {
event.Post(UI.RUNEVT,"GODEBUG=cgocheck=0 sucks") // just id and string, simpify the stuff
event.Post(UI.RUNEVT,"GODEBUG=cgocheck=0 sucks") // just id and string, simplify the stuff
}else {
main_screen.KeyDown(ev)