mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix missing support for Escape key in GDJS
This commit is contained in:
@@ -148,6 +148,7 @@ gdjs.evtTools.input.keysNameToCode = {
|
||||
"Home": 36,
|
||||
"Delete": 46,
|
||||
"Insert": 45,
|
||||
"Escape": 27,
|
||||
|
||||
"Add": 107,
|
||||
"Subtract": 109,
|
||||
|
Reference in New Issue
Block a user