You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Disable showing the virtual keyboard on focus events for certain editor components
This commit is contained in:
@@ -945,6 +945,7 @@ ProjectDialog::ProjectDialog() {
|
||||
name_container->add_child(l);
|
||||
|
||||
project_name = memnew(LineEdit);
|
||||
project_name->set_virtual_keyboard_show_on_focus(false);
|
||||
project_name->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
name_container->add_child(project_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user