Fix missing support for Escape key in GDJS

This commit is contained in:
Florian Rival
2018-10-15 21:15:20 +01:00
parent af7f13c0b8
commit 3289285a37

View File

@@ -148,6 +148,7 @@ gdjs.evtTools.input.keysNameToCode = {
"Home": 36,
"Delete": 46,
"Insert": 45,
"Escape": 27,
"Add": 107,
"Subtract": 109,