Android virtual-keyboard confirm

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Vunnysher
:warning: Old Version Published before Godot 3 was released.

Hello, im using LineEdit for typing on android device, when i press on it im changing it’s position to higher one, to see it while typing on virtual-keyboard. Is there any method like “on_confirm” that signals the node when i press done on virtual keyboard? I want to change my LineEdit’s position back.

:bust_in_silhouette: Reply From: Leon12

Hi!

The LineEdit emmits the signal text_entered(new_text: String) when you’re done entering the text and press the KEY_ENTER button, in that moment the virtual keyboard hides.