You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
-WIP to add proper key swapping according to keyboard layout
-fix with non working removal of collision exception in 3D physics
This commit is contained in:
@@ -353,3 +353,8 @@ int find_keycode(const String& p_code) {
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
int latin_keyboard_keycode_convert(int p_keycode){
|
||||
|
||||
return p_keycode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user