-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:
Juan Linietsky 2015-01-04 21:16:40 -03:00
parent a8bcb96ad4
commit 8c4dd8de39
5 changed files with 25 additions and 1 deletions

View file

@ -485,6 +485,11 @@ void OS::set_time_scale(float p_scale) {
_time_scale=p_scale;
}
OS::LatinKeyboardVariant OS::get_latin_keyboard_variant() const {
return LATIN_KEYBOARD_QWERTY;
}
float OS::get_time_scale() const {
return _time_scale;