make ESCAPE the cancelKey for FlxKeyShortcutHandler

This commit is contained in:
2022-02-09 14:30:08 -07:00
parent 3948417c30
commit 376a693435

View File

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