We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0462b4f commit 177fde2Copy full SHA for 177fde2
addons/onscreenkeyboard/onscreen_keyboard.gd
@@ -46,6 +46,7 @@ func _ready():
46
await get_tree().process_frame
47
if RetroHubConfig.config.is_first_time:
48
_initKeyboard("qwerty")
49
+ size_changed()
50
51
func on_config_ready(config_data: ConfigData):
52
_initKeyboard(config_data.virtual_keyboard_layout)
0 commit comments