make ESCAPE the cancelKey for FlxKeyShortcutHandler

This commit is contained in:
2022-02-09 14:30:08 -07:00
parent 77ee9edab8
commit e90983db2d

View File

@@ -24,6 +24,7 @@
(defNew []
(super)
(set cancelKey "escape")
// TODO generic error handlers
)