-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:
parent
a8bcb96ad4
commit
8c4dd8de39
5 changed files with 25 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue