You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
[HTML5] Fix build after KEY_CTRL rename.
This commit is contained in:
@@ -159,8 +159,8 @@ int dom_code2godot_scancode(EM_UTF8 const p_code[32], EM_UTF8 const p_key[32], b
|
||||
DOM2GODOT("Backspace", BACKSPACE);
|
||||
DOM2GODOT("CapsLock", CAPSLOCK);
|
||||
DOM2GODOT("ContextMenu", MENU);
|
||||
DOM2GODOT("ControlLeft", CONTROL);
|
||||
DOM2GODOT("ControlRight", CONTROL);
|
||||
DOM2GODOT("ControlLeft", CTRL);
|
||||
DOM2GODOT("ControlRight", CTRL);
|
||||
DOM2GODOT("Enter", ENTER);
|
||||
DOM2GODOT("MetaLeft", SUPER_L);
|
||||
DOM2GODOT("MetaRight", SUPER_R);
|
||||
|
||||
Reference in New Issue
Block a user