0 votes

Im trying to make simple app where i click on button. (android) mobile keyboard shows up and then i edit label with it.

Im trying to do it this way but I cant get this to work.

func _on_button_pressed:
   OS.show_virtual_keyboard(text)

func _process(delta):
   get_node("label").set_text(text)

How to do this properly?

in Engine by (330 points)

1 Answer

0 votes

Use LineEdit node

by (9,796 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.